@Blacky would you be able to mod this BP to use Event Trigger?
Some things I need to notify about with Alarmo (alarm system) are Events (not Entity states)
@Blacky would you be able to mod this BP to use Event Trigger?
Some things I need to notify about with Alarmo (alarm system) are Events (not Entity states)
I have 4 entities. It seems the “trigger” variable is only set to the first entity not the one actually firing. My instance is hard drive overheating. I have 4 drives in the NAS. I always get notified as if its drive 1 that’s overheating.
As noted in the state trigger.
" If your option is not in the dropdown menu then just type the state you would like to use in and click the save button."
Blacky
I was asking about an Event (its not an Entity). Would be nice to have your BP also allow for listening for (triggering on) Events. This allows for the automation to trigger on anything any HA or an integration does.
the trigger would look like this example…
event_type: alarmo_failed_to_arm
I know the workaround is to use a helper and create an automation to set/unset it, but that kinda sux for a few reasons… simply triggering on the event would be far better and more efficient.
Is there a way to prevent notifications when restarting HA? Each time I need to restart HA it sends a notification from my Ikea Water Sensors.
You probably have 1 - Button Or Any State set as your trigger. Try using 2 - ON this way you only get notified when your water sensor detected water. Make sure you test it so you confirm it works for you and your sensor.
Blacky
This appears to have resolved the issue. Thank you.