Hello,
I am trying to set colors to a WLED device using the integration.
So far I can set only the primary color.
Does anyone know how to set up the other two?
Also, could not find how to set a palette.
Any info would be much appreciated.
light_alarm_test:
alias: 'wled lights alarm'
sequence:
- service: light.turn_on
data:
brightness: 255
entity_id: light.wled2
rgb_color:
- 255
- 0
- 0
- service: wled.effect
entity_id: light.wled2
data:
effect: 'Strobe Mega'
#effect: 'Police'
speed: 245
- delay: '00:00:10'
- service: light.turn_off
entity_id: light.wled2