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') }}
|
||||
- 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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ homeassistant:
|
|||
input_boolean.self_destruct:
|
||||
friendly_name: 'Self Destruct'
|
||||
icon: mdi:skull
|
||||
|
||||
|
||||
hidden: False
|
||||
#-------------------------------------------
|
||||
input_boolean:
|
||||
|
@ -51,16 +51,15 @@ automation:
|
|||
"https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/speechcons/self_destruct.mp3"
|
||||
media_content_type: audio/mp4
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
entity_id: all
|
||||
data:
|
||||
flash: long
|
||||
- service: switch.turn_off
|
||||
entity_id:
|
||||
- group.all_switches
|
||||
entity_id: all
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
entity_id: all
|
||||
|
||||
- service: input_boolean.turn_off
|
||||
entity_id:
|
||||
- input_boolean.self_destruct
|
||||
|
|
|
@ -16,8 +16,7 @@ emergency:
|
|||
color_name: 'red'
|
||||
# Flash All LIGHTS
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
entity_id: all
|
||||
data:
|
||||
flash: long
|
||||
# Rachio is already inergrated Natively with Protects to run SPRINKLERS with smoke conditions..
|
||||
|
@ -26,8 +25,7 @@ emergency:
|
|||
|
||||
# Turn on All LIGHTS 100% Brightness
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.all_lights
|
||||
entity_id: all
|
||||
data:
|
||||
brightness: 255
|
||||
|
||||
|
|
Loading…
Reference in New Issue