Automation using life 360 geolocation not working

I’m running the latest version of hassio and life 360 on android. Location seems to be tracking fine, when I check the logs I can see the devices are “home” etc but the automations don’t fire?

Sorry if this is under the wrong topic was4syre which to post in

Thanks

It’s really hard (impossible…) to help you troubleshoot a non-working automation if you don’t post the code for the automation that isn’t working.

make sure you post the code formatted correctly.

1 Like

Sorry I thought it my have been an issue with life360 and i may just need to amend a setting, here is automation from the yaml file:

- id: '1579705974094'
  alias: 'Craig Home Door light on '
  description: ''
  trigger:
  - event: enter
    platform: geo_location
    source: device_tracker.life360_craig
    zone: zone.home
  condition: []
  action:
  - device_id: 2a016fa84500466a840cbf9810ace6e7
    domain: light
    entity_id: light.door_light
    type: turn_on