Closed
Description
Home Assistant release with the issue:
0.91.0
Last working Home Assistant release (if known):
0.90.2
Operating environment (Hass.io/Docker/Windows/etc.):
Linux Debian, venv
Component/platform:
Daikin
Description of problem:
Since updating to 0.91.0, on Home Assistant startup I get the below errors. Daikin loads correctly and I can see the climate and two sensor entities.
Tried deleting the entity registry entries for these, they get generated again without a problem (including unique IDs as far as I can tell).
Problem-relevant configuration.yaml
entries and (fill out even if it seems unimportant):
Using the integrations panel to configure this, no Daikin YAML entry.
N/A
Traceback (if applicable):
2019-04-04 10:33:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.temperature_ac_bedroom_inside. Platform daikin does not generate unique IDs
2019-04-04 10:33:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.temperature_ac_bedroom_outside. Platform daikin does not generate unique IDs
2019-04-04 10:33:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: climate.ac_bedroom. Platform daikin does not generate unique IDs
Additional information: