Fixed up some Wait Templates that were stuck in the system loop.

This commit is contained in:
ccostan 2020-12-27 19:19:54 -05:00
parent ca87dc2d8c
commit e8818a987f
3 changed files with 3 additions and 2 deletions

View File

@ -47,9 +47,10 @@
- switch.back_landscaping
- switch.front_door_outlet
- switch.foyer_outlet
- wait_template: "{{ is_state('states.group.entry_points.state', 'off') }}"
- wait_template: "{{ is_state( 'group.garage_doors', 'closed') }}"
- wait_template: "{{ is_state('group.entry_points', 'off') }}"
- wait_template: "{{ is_state('group.garage_doors', 'closed') }}"
- service: script.monthly_color_scene
- choose:
- conditions: >
{{ 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