Home-AssistantConfig/script/switch_turn_off_all.yaml

34 lines
1.1 KiB
YAML
Raw Normal View History

2016-12-23 21:34:51 +00:00
######################################################################################################
###Script to shut switches with a 30 second delay to not trample codes
### Sample Call
# action:
# - service: script.switch_turn_off_all
######################################################################################################
switch_turn_off_all:
sequence:
- service: switch.turn_off
entity_id: group.all_switches
2016-12-23 21:34:51 +00:00
- service: switch.turn_off
entity_id: switch.living_room_outlet
- delay: '00:01:00'
- service: switch.turn_off
entity_id: switch.kitchen_Accents
- delay: '00:01:00'
- service: switch.turn_off
entity_id: switch.den_outlet
- delay: '00:01:00'
- service: switch.turn_off
entity_id: switch.foyer_outlet
- delay: '00:01:00'
- service: switch.turn_off
entity_id: switch.printer_outlet
- delay: '00:01:00'
- service: switch.turn_off
entity_id: switch.garage_outlet
- delay: '00:01:00'
- service: switch.turn_off
entity_id: switch.living_room_amp
- delay: '00:01:00'