Hi fellow tinkers,
I am using the Android companion app and from time to time it doesn’t send any updates about location which make HA think I’m still home.
My setup includes 2 device_trackers one from the router and one from the phone gps.
I saw in the documentation that I can use consider_home
to let HA think i’m out if there is no recent update. but all examples refer to how to use it with the router integration:
# Example configuration.yaml entry for Netgear device
device_tracker:
- platform: netgear
host: IP_ADDRESS
username: YOUR_USERNAME
interval_seconds: 10
consider_home: 180
new_device_defaults:
track_new_devices: true
My question is if I can set up a value for consider_home
for the tracker coming from the phone? if so, what platform should I choose in the configuration.yaml entry.
Thanks,
Tomer.