mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 23:55:18 +00:00
Massive Migration! #292
This commit is contained in:
25
automation/color_tornado.yaml
Executable file
25
automation/color_tornado.yaml
Executable file
@@ -0,0 +1,25 @@
|
||||
######################################################################
|
||||
## 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
|
Reference in New Issue
Block a user