diff --git a/packages/alerts/alerts.yaml b/packages/alerts/alerts.yaml index a3b4be8..7182edb 100644 --- a/packages/alerts/alerts.yaml +++ b/packages/alerts/alerts.yaml @@ -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."