mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
adding more reusable scripting code.
This commit is contained in:
parent
bec6903fb1
commit
a62ab5096d
@ -15,6 +15,7 @@
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.garage_doors
|
entity_id: group.garage_doors
|
||||||
state: 'open'
|
state: 'open'
|
||||||
|
for: '00:01:30'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
condition: and
|
condition: and
|
||||||
|
@ -5,11 +5,17 @@
|
|||||||
switch_turn_off:
|
switch_turn_off:
|
||||||
sequence:
|
sequence:
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.kitchen_accents
|
entity_id: switch.halloween_lights_den
|
||||||
- delay: '00:00:30'
|
- delay: '00:00:30'
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.kitchen_accents
|
entity_id: switch.halloween_lights_dining_room
|
||||||
- delay: '00:00:30'
|
- delay: '00:00:30'
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.kitchen_accents
|
entity_id: switch.foyer_outlet
|
||||||
- delay: '00:00:30'
|
- delay: '00:00:30'
|
||||||
|
- service: switch.turn_off
|
||||||
|
entity_id: switch.kitchen_Accents
|
||||||
|
- delay: '00:00:30'
|
||||||
|
- service: switch.turn_off
|
||||||
|
entity_id: switch.printer_outlet
|
||||||
|
- delay: '00:00:30'
|
Loading…
x
Reference in New Issue
Block a user