Hi all,
first of, I’m a total noob. After being totally frustrated from Homekit, I decided to move over to Homeassistant and since then learn new stuff every day.
The most pressing issue for me is the presence detection as I [will] have numerous automations based on whether or not somebody is at home.
I do have a Tado System already integrated in Home Assistant. With the Tado Integration, I basically can use Tado’s Geo-Feature as a “device tracker”. That already works. When I look into the logbook in the tracker, it shows I was “away”.
Now I added a test automation, that simply should send me a notification once it detects I am away and that doesn’t work. I have no idea why.
This is the yaml stuff of my automation. I am sure I’m missing something. Especially the source, I am not sure about.
alias: Test
description: ""
trigger:
- platform: geo_location
source: Router
zone: zone.home
event: leave
condition: []
action:
- device_id: d7d6ce2426ec42e77b76ca27767244a7
domain: mobile_app
type: notify
message: All away
title: All away
mode: single
Thanks for your help