17 lines
363 B
YAML
17 lines
363 B
YAML
---
|
|
light:
|
|
- platform: esp32_rmt_led_strip
|
|
rmt_channel: 0
|
|
is_rgbw: True
|
|
id: led_lights
|
|
restore_mode: RESTORE_DEFAULT_ON
|
|
name: ${device_name}_leds
|
|
chipset: ${chipset}
|
|
rgb_order: GRB
|
|
num_leds: 2 #${num_leds}
|
|
pin: ${pin_led1}
|
|
effects:
|
|
- flicker:
|
|
name: "Flicker"
|
|
alpha: 95%
|
|
intensity: 1.5% |