mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 15:51:02 +00:00
Updates to the Rheem water heeater. closes #1150
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
action:
|
||||
|
||||
# - wait_template: >-
|
||||
# {{ is_state('group.garage_doors', 'closed') }}
|
||||
# timeout: 00:05:30
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garage_doors', 'closed') }}
|
||||
timeout: 00:05:30
|
||||
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
|
@@ -53,8 +53,8 @@
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.living_room_accents
|
||||
# - wait_template: >-
|
||||
# {{ is_state('group.garage_doors', 'closed') }}
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garage_doors', 'closed') }}
|
||||
- wait_template: >-
|
||||
{{ is_state('group.entry_points', 'off') }}
|
||||
- service: script.speech_engine
|
||||
|
@@ -19,10 +19,10 @@
|
||||
to: 'on'
|
||||
from: 'off'
|
||||
|
||||
# condition:
|
||||
# - condition: state
|
||||
# entity_id: group.garage_doors
|
||||
# state: 'closed'
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: group.garage_doors
|
||||
state: 'closed'
|
||||
|
||||
action:
|
||||
- service: script.dog_bark
|
||||
|
@@ -48,7 +48,7 @@
|
||||
- switch.front_door_outlet
|
||||
- switch.foyer_outlet
|
||||
- wait_template: "{{ is_state('group.entry_points', 'off') }}"
|
||||
# - wait_template: "{{ is_state('group.garage_doors', 'closed') #}}"
|
||||
- wait_template: "{{ is_state('group.garage_doors', 'closed') }}"
|
||||
- service: script.monthly_color_scene
|
||||
|
||||
- choose:
|
||||
|
Reference in New Issue
Block a user