Hello everyone. I’m trying to determine what I may have done wrong with the below automation and I’m unsure where the problem lies. The automation is simple. When HA detects my Tile bluetooth tracker as Away for 5 minutes, send a Pushover notification. The automation was created using the Hassio Automation UI so the formatting may look a bit different.
I have confirmed that HA is recognizing the states correctly and I also verified the Pushover service is working properly via Services. Other than formatting, does anything in the below Automation stand out as incorrect?
Thanks in advance
Automation
alias: Robert's Tile - Away from Home
trigger:
- entity_id: device_tracker.tile_xxxxxxxx
for: 00:05
from: Home
platform: state
to: Away
condition: []
action:
- data:
message: Robert's Tile is away
title: Robert's Tile has been detected as away for five minutes.
service: notify.pushover
Thanks for the feedback. I see where the documentation calls for this setting and I find it peculiar that none of my active automations actually leverage this setting. I suspect this may be one of those differences between automations created with the Hassio Automation UI and manually created automations.
Thanks for the reply. This, too, is likely a difference between automations created with the Hassio Automation UI and manually created automations. The Hassio Automation UI specifically dictates the use of HH:MM format for time. Any deviation from this format will result in an error detailing the proper format.