mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
19 lines
289 B
YAML
19 lines
289 B
YAML
|
wifi:
|
||
|
ssid: MySSID
|
||
|
password: password1
|
||
|
|
||
|
e131:
|
||
|
|
||
|
light:
|
||
|
- platform: esp32_rmt_led_strip
|
||
|
id: led_matrix_32x8
|
||
|
default_transition_length: 500ms
|
||
|
chipset: ws2812
|
||
|
rgb_order: GRB
|
||
|
num_leds: 256
|
||
|
pin: 2
|
||
|
rmt_channel: 0
|
||
|
effects:
|
||
|
- e131:
|
||
|
universe: 1
|