diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index ece66a0..84c83ee 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "24.12.19.1" + version: "25.2.19.1" esp32: board: esp32-c3-devkitm-1 @@ -249,7 +249,6 @@ light: id: rgb_light name: "RGB Light" pin: GPIO3 - rmt_channel: 0 default_transition_length: 0s chipset: WS2812 num_leds: 22 diff --git a/Integrations/ESPHome/H-1.yaml b/Integrations/ESPHome/H-1.yaml index a94b7d7..00b959c 100644 --- a/Integrations/ESPHome/H-1.yaml +++ b/Integrations/ESPHome/H-1.yaml @@ -193,6 +193,5 @@ script: - delay: 5s - light.turn_off: rgb_light - packages: - core: !include Core.yaml + core: !include Core.yaml \ No newline at end of file