Files
hassos_config/esphome/templates/light_rgbw_rmt_nofx.yaml
2026-03-26 12:10:21 +01:00

26 lines
610 B
YAML

---
light:
- platform: esp32_rmt_led_strip
#rmt_channel: 0
is_rgbw: ${is_rgbw}
id: led_lights
restore_mode: RESTORE_DEFAULT_ON
name: ${device_name}_leds
chipset: ${chipset}
rgb_order: ${rgb_order}
num_leds: ${num_leds}
pin: ${pin_led1}
effects:
- flicker:
name: "Flicker"
alpha: 95%
intensity: 1.5%
- random:
name: "Random"
transition_length: 4s
update_interval: 5s
- addressable_rainbow:
name: Rainbow Effect
speed: 100
width: 50
- addressable_flicker: