mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
20 lines
492 B
YAML
Executable File
20 lines
492 B
YAML
Executable File
###################################
|
|
## Sunrise and Sunset stuff
|
|
###################################
|
|
|
|
- alias: 'Sunset Stuff off'
|
|
trigger:
|
|
- platform: sun
|
|
event: sunrise
|
|
offset: '-01:30:00'
|
|
|
|
action:
|
|
- delay: '00:{{ (range(1, 45)|random|int) }}:00'
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- group.exterior_lights
|
|
- group.outdoor_front_lights
|
|
- group.outdoor_pool_lights
|
|
- group.all_lights
|
|
- service: script.interior_off
|