mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Update to all auto generated groups to use the ALL entity. #560
This commit is contained in:
@@ -29,5 +29,4 @@
|
||||
{{ is_state('group.garage_doors', 'open') }}
|
||||
- delay: 00:03:00
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
entity_id: all
|
||||
|
@@ -40,7 +40,9 @@
|
||||
- group.exterior_lights
|
||||
- group.outdoor_front_lights
|
||||
- group.outdoor_pool_lights
|
||||
- group.all_lights
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: all
|
||||
|
||||
- wait_template: >-
|
||||
{{ states.sun.sun.state == 'above_horizon' }}
|
||||
|
@@ -12,8 +12,7 @@
|
||||
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
entity_id: all
|
||||
data:
|
||||
flash: long
|
||||
|
||||
|
Reference in New Issue
Block a user