Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homeassistant.exceptions.HomeAssistantError: Entity id already exists error in 0.63 #12287

Closed
arsaboo opened this issue Feb 11, 2018 · 2 comments · Fixed by #12317
Closed

homeassistant.exceptions.HomeAssistantError: Entity id already exists error in 0.63 #12287

arsaboo opened this issue Feb 11, 2018 · 2 comments · Fixed by #12317

Comments

@arsaboo
Copy link
Contributor

arsaboo commented Feb 11, 2018

Home Assistant release (hass --version): 0.63

Python release (python3 --version): 3.6.2

Component/platform: NA

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
@balloob
Copy link
Member

balloob commented Feb 11, 2018

Which platform? Seems like the platform is handing out duplicate unique ids

@parberge
Copy link
Contributor

I see this error from this component:
https://home-assistant.io/components/sensor.netatmo/

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 home-assistant locked and limited conversation to collaborators May 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants