mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
Update to all auto generated groups to use the ALL entity. #560
This commit is contained in:
parent
84772efa94
commit
5368936e14
@ -1 +1 @@
|
|||||||
0.94.0
|
0.94.1
|
@ -29,5 +29,4 @@
|
|||||||
{{ is_state('group.garage_doors', 'open') }}
|
{{ is_state('group.garage_doors', 'open') }}
|
||||||
- delay: 00:03:00
|
- delay: 00:03:00
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_lights
|
|
||||||
|
@ -40,7 +40,9 @@
|
|||||||
- group.exterior_lights
|
- group.exterior_lights
|
||||||
- group.outdoor_front_lights
|
- group.outdoor_front_lights
|
||||||
- group.outdoor_pool_lights
|
- group.outdoor_pool_lights
|
||||||
- group.all_lights
|
|
||||||
|
- service: light.turn_off
|
||||||
|
entity_id: all
|
||||||
|
|
||||||
- wait_template: >-
|
- wait_template: >-
|
||||||
{{ states.sun.sun.state == 'above_horizon' }}
|
{{ states.sun.sun.state == 'above_horizon' }}
|
||||||
|
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_lights
|
|
||||||
data:
|
data:
|
||||||
flash: long
|
flash: long
|
||||||
|
|
||||||
|
@ -51,16 +51,15 @@ automation:
|
|||||||
"https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/speechcons/self_destruct.mp3"
|
"https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/speechcons/self_destruct.mp3"
|
||||||
media_content_type: audio/mp4
|
media_content_type: audio/mp4
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_lights
|
|
||||||
data:
|
data:
|
||||||
flash: long
|
flash: long
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_switches
|
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_lights
|
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- input_boolean.self_destruct
|
- input_boolean.self_destruct
|
||||||
|
@ -16,8 +16,7 @@ emergency:
|
|||||||
color_name: 'red'
|
color_name: 'red'
|
||||||
# Flash All LIGHTS
|
# Flash All LIGHTS
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_lights
|
|
||||||
data:
|
data:
|
||||||
flash: long
|
flash: long
|
||||||
# Rachio is already inergrated Natively with Protects to run SPRINKLERS with smoke conditions..
|
# Rachio is already inergrated Natively with Protects to run SPRINKLERS with smoke conditions..
|
||||||
@ -26,8 +25,7 @@ emergency:
|
|||||||
|
|
||||||
# Turn on All LIGHTS 100% Brightness
|
# Turn on All LIGHTS 100% Brightness
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id: all
|
||||||
- group.all_lights
|
|
||||||
data:
|
data:
|
||||||
brightness: 255
|
brightness: 255
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user