mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
Had to remove garage door checks until hardware is fixe. #1138
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
- 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:
|
||||
- conditions: >
|
||||
{{ states.group.entry_points.state == 'on' or
|
||||
|
Reference in New Issue
Block a user