mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
Add some colors and transitions.
This commit is contained in:
parent
8d1304b67f
commit
2836ecd34e
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id: group.interior_lights
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: group.amps
|
entity_id: group.amps
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
|
@ -18,8 +18,11 @@
|
|||||||
data:
|
data:
|
||||||
entity_id: light.outdoor_foyer
|
entity_id: light.outdoor_foyer
|
||||||
brightness: 200
|
brightness: 200
|
||||||
rgb_color: [61,178,112]
|
#rgb_color: [61,178,112]
|
||||||
|
#Green
|
||||||
|
rgb_color: [255,112,242]
|
||||||
|
#Purple
|
||||||
|
|
||||||
- alias: 'Sunset Stuff off'
|
- alias: 'Sunset Stuff off'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: sun
|
- platform: sun
|
||||||
@ -33,6 +36,8 @@
|
|||||||
entity_id: switch.foyer_outlet
|
entity_id: switch.foyer_outlet
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.outdoor_foyer
|
entity_id: light.outdoor_foyer
|
||||||
|
data:
|
||||||
|
transition: 1200
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.pool_bathroom
|
entity_id: light.pool_bathroom
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user