mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 03:15:45 +00:00
Watch the reflection rates in Garadget.. and notify me.
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
entity_id: sensor.garadget_small_reflection_rate
|
||||
below: 85
|
||||
|
||||
condition:
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: "{{ states('cover.garadget_large') == 'closed' }}"
|
||||
- condition: template
|
||||
value_template: "{{ states('cover.garadget_small') == 'closed' }}"
|
||||
|
||||
action:
|
||||
- service: script.ifttt_notify
|
||||
data_template:
|
||||
|
Reference in New Issue
Block a user