Home-AssistantConfig/script/interior_off.yaml

19 lines
651 B
YAML
Executable File

######################################################################################################
###Script to shut switches with a 30 second delay to not trample codes
### Sample Call
# action:
# - service: script.interior_off
######################################################################################################
interior_off:
sequence:
- service: homeassistant.turn_off
entity_id:
- group.interior_lights
- service: script.switch_turn_off_all
- service: media_player.turn_off
entity_id:
- group.media_players
- service: ifttt.trigger
data_template: {"event":"noon_off"}