You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users have on occasion gotten multiple entries of a device from deconz. This usually happens when the users re-add a device a second time.
This will generate a unique id already exists error by Home Assistant.
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.stue_knaptryk_battery_level. Platform deconz does not generate unique IDs
Create a method that will generate a warning upon identifying multiple instances of the same unique id.
The text was updated successfully, but these errors were encountered:
Users have on occasion gotten multiple entries of a device from deconz. This usually happens when the users re-add a device a second time.
This will generate a unique id already exists error by Home Assistant.
Create a method that will generate a warning upon identifying multiple instances of the same unique id.
The text was updated successfully, but these errors were encountered: