mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
27 lines
998 B
YAML
Executable File
27 lines
998 B
YAML
Executable File
######################################################################################################
|
|
###Script to shut switches with a 30 second delay to not trample codes
|
|
######################################################################################################
|
|
|
|
switch_turn_off_all:
|
|
sequence:
|
|
- service: switch.turn_off
|
|
entity_id: switch.halloween_lights_den
|
|
- delay: '00:01:00'
|
|
- service: switch.turn_off
|
|
entity_id: switch.halloween_lights_dining_room
|
|
- delay: '00:01:00'
|
|
- service: switch.turn_off
|
|
entity_id: switch.foyer_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.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
|
|
|