mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
14 lines
253 B
YAML
14 lines
253 B
YAML
<<: !include common.yaml
|
|
|
|
light:
|
|
- platform: ${light_platform}
|
|
id: led_matrix_32x8
|
|
default_transition_length: 500ms
|
|
chipset: ws2812
|
|
channel_colors: GRB
|
|
num_leds: 256
|
|
pin: ${pin}
|
|
effects:
|
|
- e131:
|
|
universe: 1
|