Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddb5e0f783 | ||
|
|
ab078f597a | ||
|
|
5eb42082db | ||
|
|
b1a978b3f3 | ||
|
|
4ec44e611f | ||
|
|
4d7895a2e9 |
@@ -10,7 +10,6 @@ light:
|
|||||||
- id: !extend light_full
|
- id: !extend light_full
|
||||||
platform: esp32_rmt_led_strip
|
platform: esp32_rmt_led_strip
|
||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
rmt_channel: 1
|
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
max_refresh_rate: 33ms
|
max_refresh_rate: 33ms
|
||||||
use_psram: false
|
use_psram: false
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ light:
|
|||||||
- id: !extend light_full
|
- id: !extend light_full
|
||||||
platform: esp32_rmt_led_strip
|
platform: esp32_rmt_led_strip
|
||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
rmt_channel: 1
|
# rmt_channel: 1 # Not supported with IDF 5
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
max_refresh_rate: 33ms
|
max_refresh_rate: 33ms
|
||||||
use_psram: false
|
use_psram: false
|
||||||
|
|||||||
@@ -109,8 +109,6 @@ ota:
|
|||||||
platform: esphome
|
platform: esphome
|
||||||
|
|
||||||
psram:
|
psram:
|
||||||
mode: octal
|
|
||||||
speed: 80MHz
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- id: api_send_ha_event_boot
|
- id: api_send_ha_event_boot
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2025.3.1
|
2025.5.1
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version: 2025.3.1
|
version: 2025.5.1
|
||||||
|
|||||||
Reference in New Issue
Block a user