File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11---
2+ preferences :
3+ flash_write_interval : 3sec
24substitutions :
35 name : openspool
46esphome :
79 project :
810 name : spuder.openspool
911 version : ${version}
10- min_version : 2024.11 .0
12+ min_version : 2025.6 .0
1113 platformio_options :
1214 build_unflags : -std=gnu++11
1315 build_flags :
@@ -70,8 +72,8 @@ esphome:
7072esp32 :
7173 framework :
7274 type : esp-idf
73- version : 5.3.1
74- platform_version : 6.9.0 # https://github.com/platformio/platform-espressif32/releases/
75+ # version: 5.3.1
76+ # platform_version: 6.9.0 # https://github.com/platformio/platform-espressif32/releases/
7577 sdkconfig_options :
7678 CONFIG_MBEDTLS_HKDF_C : y # Needed for bambu KDF
7779 CONFIG_MBEDTLS_MD_C : y # Needed for bambu KDF
Original file line number Diff line number Diff line change 55 - platform : esp32_rmt_led_strip
66 name : LEDs
77 id : neopixel_light
8- state_topic :
98 pin : ${led_pin}
109 num_leds : ${led_count}
1110 rgb_order : GRB
Original file line number Diff line number Diff line change 11---
22light :
3- - platform : esp32_rmt_led_strip
4- name : " Internal LED"
5- id : internal_led
6- state_topic :
7- pin : ${neopixel_pin}
8- chipset : WS2812
9- rgb_order : GRB
10- num_leds : 1
11- entity_category : diagnostic
12- restore_mode : ALWAYS_OFF
13- icon : mdi:led-strip
3+ - platform : esp32_rmt_led_strip
4+ name : " Internal LED"
5+ id : internal_led
6+ pin : ${neopixel_pin}
7+ chipset : WS2812
8+ rgb_order : GRB
9+ num_leds : 1
10+ entity_category : diagnostic
11+ restore_mode : ALWAYS_OFF
12+ icon : mdi:led-strip
You can’t perform that action at this time.
0 commit comments