For a mobile device which provides a device_tracker entity, is there a different between calling the update_entity service on the device_tracker entity vs sending an intent (in the case of Android) to update the location? Is the system smart enough to request a location update when update_entity is called on a mobile device_tracker?
Thanks. I guess I’ll stick with the intent then. Another question, I have multiple Waze sensors that use this device_tracker. When I request a location update using intents, 1) is there a way to know how long to wait before the Waze sensors are updated? 2) I guess the Waze sensors update automatically when they sense a change in the device_tracker if “Enable polling for updates” is checked, right?