Platform mqtt does not generate unique IDs upon updating to beta2
Hey, thanks for the awesome update!
Just updated to beta2 from beta1. I simply ran the installer and followed the prompts and chose migratation. If came back fine, except 2 of my sensors command config sensors came back to HA with the
does not generate unique IDs
does not generate unique IDs
.
Logger: homeassistant.components.switchSource: helpers/entity_platform.py:766integration: Switch (documentation, issues)First occurred: 9:45:58 AM (1 occurrences)Last logged: 9:45:58 AMPlatform mqtt does not generate unique IDs. ID a61b46e5-132a-48a2-a191-27246f47ba3a is already used by switch.anto_hp_monitorsleep - ignoring switch.anto_hp_monitorsleep_2
Logger: homeassistant.components.switchSource: helpers/entity_platform.py:766integration: Switch (documentation, issues)First occurred: 9:45:58 AM (1 occurrences)Last logged: 9:45:58 AMPlatform mqtt does not generate unique IDs. ID a61b46e5-132a-48a2-a191-27246f47ba3a is already used by switch.anto_hp_monitorsleep - ignoring switch.anto_hp_monitorsleep_2
and
Logger: homeassistant.components.buttonSource: helpers/entity_platform.py:766integration: Button (documentation, issues)First occurred: 9:45:58 AM (1 occurrences)Last logged: 9:45:58 AMPlatform mqtt does not generate unique IDs. ID 5de271fa-4485-4bd6-bd03-e74dfae8e55e is already used by button.anto_hp_monitorwake - ignoring button.anto_hp_monitorwake_2
Logger: homeassistant.components.buttonSource: helpers/entity_platform.py:766integration: Button (documentation, issues)First occurred: 9:45:58 AM (1 occurrences)Last logged: 9:45:58 AMPlatform mqtt does not generate unique IDs. ID 5de271fa-4485-4bd6-bd03-e74dfae8e55e is already used by button.anto_hp_monitorwake - ignoring button.anto_hp_monitorwake_2
its only 2 sensors, so not a bid deal. How can solve this? Should I just delete them and re-make the sensors or does HA simply need to be restarted? thanks
Solution
here's what I did. I ended up deleting it in Hass.Agent configuration, then in MQTT explorer on HA side. Remade the sensors and they are now working without errors. Maybe justa glitch somewhere.