Skip to content

Commit 70678ec

Browse files
committed
Update esphome to 2025.06.0
1 parent d55875c commit 70678ec

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

firmware/common-manual-ams.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
preferences:
3+
flash_write_interval: 3sec
24
substitutions:
35
name: openspool
46
esphome:
@@ -7,7 +9,7 @@ esphome:
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:
7072
esp32:
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

firmware/conf.d/led-external.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ light:
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

firmware/conf.d/led-internal.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
light:
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

0 commit comments

Comments
 (0)