20 lines
302 B
YAML
20 lines
302 B
YAML
---
|
|
packages:
|
|
common: !include common.yaml
|
|
|
|
esp32:
|
|
framework:
|
|
type: esp-idf
|
|
|
|
light:
|
|
- id: !extend light_full
|
|
platform: esp32_rmt_led_strip
|
|
rgb_order: GRB
|
|
rmt_channel: 1
|
|
chipset: ws2812
|
|
max_refresh_rate: 33ms
|
|
use_psram: false
|
|
type: !remove
|
|
variant: !remove
|
|
...
|