2018-01-02 00:00:45 +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.interior_switches
|
|
|
|
- service: switch.turn_off
|
2019-03-20 22:03:58 +00:00
|
|
|
entity_id: switch.lr_amp
|