mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 02:54:41 +00:00
More switches Bitches.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# - service: script.reliability
|
||||
######################################################################################################
|
||||
|
||||
{% macro swTest(onoff='') %} - service: switch.turn_{{ states(onoff) }}
|
||||
{% macro swTest(onoff) %} - service: switch.turn_{{ states(onoff) }}
|
||||
entity_id: {{ onoff }}{% endmacro %}
|
||||
|
||||
switch_check:
|
||||
|
@@ -25,6 +25,9 @@ switch_turn_off_all:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.garage_outlet
|
||||
- delay: '00:01:00'
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.dining_room_outlet
|
||||
- delay: '00:01:00'
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.living_room_amp
|
||||
|
||||
@@ -47,5 +50,7 @@ switch_turn_off_all:
|
||||
entity_id: switch.garage_outlet
|
||||
- delay: '00:01:00'
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.living_room_amp
|
||||
|
||||
entity_id: switch.dining_room_outlet
|
||||
- delay: '00:01:00'
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.living_room_amp
|
Reference in New Issue
Block a user