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
Description of problem: On restart, I am seeing this Entity id already exists error. I am guessing it is related to #11979
Traceback (if applicable):
2018-02-10 20:01:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.6/asyncio/tasks.py", line 180, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 243, in _async_add_entity
'Entity id already exists: {}'.format(entity.entity_id))
homeassistant.exceptions.HomeAssistantError: Entity id already exists: media_player.shield_android_tv
The text was updated successfully, but these errors were encountered:
2018-02-11 19:39:11 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
result = coro.send(None)
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 243, in _async_add_entity
'Entity id already exists: {}'.format(entity.entity_id))
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.netatmo_vardagsrummet_radio
Home Assistant release (
hass --version
): 0.63Python release (
python3 --version
): 3.6.2Component/platform: NA
Description of problem: On restart, I am seeing this
Entity id already exists
error. I am guessing it is related to #11979Traceback (if applicable):
The text was updated successfully, but these errors were encountered: