mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
18 lines
430 B
YAML
Executable File
18 lines
430 B
YAML
Executable File
######################################################################
|
|
## Good night Routine
|
|
######################################################################
|
|
|
|
- alias: 'Good Night Routine'
|
|
trigger:
|
|
- platform: event
|
|
event_type: good_night
|
|
|
|
# condition:
|
|
# - condition: state
|
|
# entity_id: group.family
|
|
# state: home
|
|
|
|
action:
|
|
- service: script.interior_off
|
|
|
|
|