mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 18:44:58 +00:00
Both doors need to be closed for this to be accurate.
This commit is contained in:
@@ -13,12 +13,10 @@
|
||||
below: 85
|
||||
|
||||
condition:
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: "{{ states('cover.garadget_large') == 'closed' }}"
|
||||
- condition: template
|
||||
value_template: "{{ states('cover.garadget_small') == 'closed' }}"
|
||||
- condition: template
|
||||
value_template: "{{ states('cover.garadget_large') == 'closed' }}"
|
||||
- condition: template
|
||||
value_template: "{{ states('cover.garadget_small') == 'closed' }}"
|
||||
|
||||
action:
|
||||
- service: script.ifttt_notify
|
||||
|
Reference in New Issue
Block a user