mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 11:17:12 +00:00

The entity was removed before the entity registry could update it ``` Traceback (most recent call last): File "/Users/bdraco/home-assistant/homeassistant/helpers/entity.py", line 1482, in _async_process_registry_update_or_remove assert registry_entry is not None AssertionError ```