mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 11:16:37 +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
|
entity_id: sensor.garadget_small_reflection_rate
|
||||||
below: 85
|
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:
|
action:
|
||||||
- service: script.ifttt_notify
|
- service: script.ifttt_notify
|
||||||
data_template:
|
data_template:
|
||||||
|
Reference in New Issue
Block a user