Fixed up some Wait Templates that were stuck in the system loop.
This commit is contained in:
parent
ca87dc2d8c
commit
e8818a987f
|
@ -47,9 +47,10 @@
|
||||||
- switch.back_landscaping
|
- switch.back_landscaping
|
||||||
- switch.front_door_outlet
|
- switch.front_door_outlet
|
||||||
- switch.foyer_outlet
|
- switch.foyer_outlet
|
||||||
- wait_template: "{{ is_state('states.group.entry_points.state', 'off') }}"
|
- 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
|
- service: script.monthly_color_scene
|
||||||
|
|
||||||
- choose:
|
- choose:
|
||||||
- conditions: >
|
- conditions: >
|
||||||
{{ states.group.entry_points.state == 'on' or
|
{{ states.group.entry_points.state == 'on' or
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue