There is a quite clear DeviceIdentifierCollisionError but I don’t know what to do about it. Camera is RLC-510A.
Thanks,
Veljko
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 586, in async_setup result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/reolink/__init__.py", line 154, in async_setup_entry
migrate_entity_ids(hass, config_entry.entry_id, host)
File "/usr/src/homeassistant/homeassistant/components/reolink/__init__.py", line 262, in migrate_entity_ids
device_reg.async_update_device(device.id, new_identifiers=new_identifiers)
File "/usr/src/homeassistant/homeassistant/helpers/device_registry.py", line 990, in async_update_device
new_values["identifiers"] = self._validate_identifiers(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/device_registry.py", line 1091, in _validate_identifiers raise DeviceIdentifierCollisionError(identifiers, existing_device)
homeassistant.helpers.device_registry.DeviceIdentifierCollisionError: Identifiers {('reolink', '952700057ZH91U6F')} already registered with DeviceEntry(... all of the attributes ...)