mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
You can find the entire repo here.
This commit is contained in:
13
config/script/switch_turn_off_all.yaml
Executable file
13
config/script/switch_turn_off_all.yaml
Executable file
@@ -0,0 +1,13 @@
|
||||
######################################################################################################
|
||||
###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
|
||||
entity_id: switch.living_room_amp
|
Reference in New Issue
Block a user