26 lines
613 B
YAML
26 lines
613 B
YAML
|
######################################################################
|
||
|
## Color Tornado!
|
||
|
######################################################################
|
||
|
- alias: 'Color Tornado'
|
||
|
trigger:
|
||
|
- platform: state
|
||
|
entity_id: input_boolean.color_tornado
|
||
|
to: 'on'
|
||
|
from: 'off'
|
||
|
|
||
|
action:
|
||
|
- service: light.turn_on
|
||
|
entity_id:
|
||
|
- light.justin_go
|
||
|
data:
|
||
|
effect: colorloop
|
||
|
|
||
|
- service: light.turn_on
|
||
|
entity_id:
|
||
|
- light.justin_go
|
||
|
data:
|
||
|
effect: colorloop
|
||
|
|
||
|
- service: input_boolean.turn_off
|
||
|
entity_id: input_boolean.color_tornado
|