mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
19 lines
439 B
YAML
19 lines
439 B
YAML
|
###################################
|
||
|
## Sunrise and Sunset stuff
|
||
|
###################################
|
||
|
|
||
|
- alias: 'Sunset Stuff off'
|
||
|
trigger:
|
||
|
- platform: sun
|
||
|
event: sunrise
|
||
|
offset: '-01:30:00'
|
||
|
|
||
|
action:
|
||
|
- service: light.turn_off
|
||
|
entity_id:
|
||
|
- group.exterior_lights
|
||
|
- group.outdoor_front_lights
|
||
|
- group.outdoor_pool_lights
|
||
|
- group.all_lights
|
||
|
- service: script.interior_off
|