Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

Troubleshooting a simple automation that didn't trigger

$
0
0

@chewitt86 wrote:

In my attempt to learn Home Assistant all it’s different facets I am attempting some very basic automations. Simply put I have an automation that will create a notification in Home Assistant when I enter a specific area. The code I am using is:


- alias: Notify HA when James is at Didcot
  description: ''
  trigger:
  - entity_id: person.james
    event: enter
    platform: zone
    zone: zone.didcot_station
  condition: []
  action:
  - data:
      message: James is at Didcot
    service: persistent_notification.create

Last night, the automation worked fine. This morning when I entered the zone again nothing happened. I could see within the front end that the person was polling as being in the zone but for some reason it didn’t trigger. Is there an easy way for me to troubleshoot why?
I looked in the logbook and I could see the entity entering the zone.
I checked the logs and there were no obvious errors around that time.
So I am a little stumped. Any help would be greatly appreciated.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles