alias: Grid Notifier
description: ""
triggers:
- trigger: state
entity_id:
- binary_sensor.grid_power_status
attribute: sensor_value
from: "on"
to: "off"
for:
hours: 0
minutes: 0
seconds: 15
conditions: []
actions:
- action: notify.notify
metadata: {}
data:
message: Grid Now Offline
mode: single
hey, I have this basic notification to try to basically notify me if the grid goes down. the trigger doesnt seem to go off properly though. What am I missing here?
Here's the history for the sensor, usually it's either on/off, but sometimes it does go to unknown.