I am monitoring my automower via HomeAssistant.
I have there an entity called “device_tracker.automower_g_152302615160200415” with the following attributes:
I believe the map automatically removes devices from the display when they are in the home zone. You’d have to take your mower outside that zone to see it on the map. I don’t know that there’s anyway to prevent this.
@pnbruckner is correct, you cannot prevent the device_tracker from disappearing when in your home zone.
To adjust the size of your zone:
# Example configuration.yaml entry
zone:
- name: Home
latitude: 32.8793367
longitude: -117.2474053
radius: 100 #<--- change this to adjust the size of your home zone.
icon: mdi:account-multiple