Improve type hint in entity_registry (#100278)
parent
4f8e28a781
commit
684b2d4537
|
@ -430,7 +430,7 @@ class EntityRegistryStore(storage.Store[dict[str, list[dict[str, Any]]]]):
|
|||
return data
|
||||
|
||||
|
||||
class EntityRegistryItems(UserDict[str, "RegistryEntry"]):
|
||||
class EntityRegistryItems(UserDict[str, RegistryEntry]):
|
||||
"""Container for entity registry items, maps entity_id -> entry.
|
||||
|
||||
Maintains two additional indexes:
|
||||
|
|
Loading…
Reference in New Issue