My entity ids aren't stable. sensor.bedroom_temperature is called sensor.bedroom_temperature_2 sometimes. I've to clean up the entity registry to get rid of the issue. May be it's a bug in HA. It could be avoided if the component provides unique ids: https://developers.home-assistant.io/docs/en/entity_registry_index.html
My entity ids aren't stable.
sensor.bedroom_temperature
is calledsensor.bedroom_temperature_2
sometimes. I've to clean up the entity registry to get rid of the issue. May be it's a bug in HA. It could be avoided if the component provides unique ids: https://developers.home-assistant.io/docs/en/entity_registry_index.html