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

entities cannot be setup anymore in 2022.3 #1

Closed
kongo09 opened this issue Mar 4, 2022 · 2 comments
Closed

entities cannot be setup anymore in 2022.3 #1

kongo09 opened this issue Mar 4, 2022 · 2 comments

Comments

@kongo09
Copy link
Owner

kongo09 commented Mar 4, 2022

resulting error:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 445, in _async_add_entity
    suggested_object_id = split_entity_id(entity.entity_id)[1]
  File "/usr/src/homeassistant/homeassistant/core.py", line 148, in split_entity_id
    raise ValueError(f"Invalid entity ID {entity_id}")
ValueError: Invalid entity ID .dell_printer_cyan

possibly related to:
home-assistant/core#66835

@kongo09
Copy link
Owner Author

kongo09 commented Mar 4, 2022

image

@kongo09
Copy link
Owner Author

kongo09 commented Mar 4, 2022

fixed by #2

@kongo09 kongo09 closed this as completed Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant