Add Garage Alerting
This commit is contained in:
@@ -16,3 +16,17 @@ automation:
|
|||||||
- service: notify.general
|
- service: notify.general
|
||||||
data:
|
data:
|
||||||
message: "{{ trigger.to_state.name }} Triggered"
|
message: "{{ trigger.to_state.name }} Triggered"
|
||||||
|
|
||||||
|
- alias: Notify if Garage Fridge Temperature is High
|
||||||
|
mode: queued
|
||||||
|
trigger:
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: sensor.garage_fridge_refrigerator_temperature
|
||||||
|
above: 48.0
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: sensor.garage_fridge_freezer_temperature
|
||||||
|
above: 24.0
|
||||||
|
action:
|
||||||
|
- service: notify.general
|
||||||
|
data:
|
||||||
|
message: "{{ trigger.to_state.name }} is too high, check the power and doors."
|
||||||
|
|||||||
Reference in New Issue
Block a user