mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +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