1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 16:38:18 +00:00
esphome/tests/components/partition/common-ard.yaml
2025-02-05 15:37:15 +13:00

23 lines
444 B
YAML

light:
- platform: ${light_platform}
id: part_leds
default_transition_length: 500ms
chipset: ws2812
num_leds: 256
rgb_order: GRB
rmt_channel: 1
pin: ${pin}
- platform: partition
name: Partition Light
segments:
- id: part_leds
from: 0
to: 0
- id: part_leds
from: 1
to: 10
- id: part_leds
from: 20
to: 25
- single_light_id: part_leds