Housekeeping. Mispellings and some fine tuning.

This commit is contained in:
CCOSTAN
2017-02-08 21:37:56 +00:00
parent 588065c18c
commit 52958fabd9
4 changed files with 9 additions and 2 deletions

33
script/switch_turn_off_all.yaml Executable file
View File

@@ -0,0 +1,33 @@
######################################################################################################
###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
- 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'