Add Garage Alerting

This commit is contained in:
2022-11-20 10:09:39 -08:00
parent c6a41814a3
commit 47290b03a5

View File

@@ -16,3 +16,17 @@ automation:
- service: notify.general
data:
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."