mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 08:20:04 +01:00
1d4e82bd3d
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
```