I setup the Life360 script in my Home Assistant instance. One of the people in my circle is no longer using the app, but still shows up in my Home Assistant dashboard. I deleted the regular database, but it didn’t go away. How can I remove that one entity?
I believe you have you remove the person from your circle in the Life360 app.
Once you do that the person shouldn’t show up any longer.
That’s the thing. They are still showing up. I deleted them from our circle. They don’t show up in our circle at all. But they still show in Home Assistant as away. It has their avatar and everything. I’ve deleted the main Home Assistant database, and I’ve restarted the whole system. Still there.
Hopefully @pnbruckner can give you an answer.
Like any device tracker, when a device is first seen, an entry is created in known_devices.yaml. Even when the device is no longer seen, it will get recreated after each restart when the device_tracker component code reads the known_devices.yaml file.
So, if you want to remove that device, you have to edit known_devices.yaml. Again, this is a function of the device_tracker component-level code and applies to all device_tracker platforms.