HASSOS version 0.108.6, running on a Rpi 3.
I have recently switched my Unifi device_tracker in HA from the previous yaml setup to the built in integration using my Unifi controller. After that, tracking of my most important devices are not detected by HA anymore. According to the log, there are duplicate entities without unique IDs, so they are ignored.
2020-04-20 14:47:58 ERROR (MainThread) [homeassistant.components.device_tracker] Entity id already exists - ignoring: device_tracker.[device1]. Platform unifi does not generate unique IDs
2020-04-20 14:47:58 ERROR (MainThread) [homeassistant.components.device_tracker] Entity id already exists - ignoring: device_tracker.[device2]. Platform unifi does not generate unique IDs
2020-04-20 14:47:58 ERROR (MainThread) [homeassistant.components.device_tracker] Entity id already exists - ignoring: device_tracker.[device3]. Platform unifi does not generate unique IDs
Is there a way to remove duplicates and start over with discovery of devices?
EDIT:
I got them back by commenting out the entities in known_devices.yaml, but I would like to rename them and show a profile picture for each which I was able to do in known_devices.yaml before.
EDIT2:
Managed to rename them and add the profile picture through customize in yaml.