mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 19:26:57 +00:00
Watch the reflection rates in Garadget.. and notify me.
This commit is contained in:
@@ -11,6 +11,14 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user