Make async_extract_entities generic (#78490)
This commit is contained in:
parent
635ed562ee
commit
8300f8234c
2 changed files with 6 additions and 4 deletions
|
@ -186,7 +186,7 @@ class EntityComponent(Generic[_EntityT]):
|
|||
|
||||
This method must be run in the event loop.
|
||||
"""
|
||||
return await service.async_extract_entities( # type: ignore[return-value]
|
||||
return await service.async_extract_entities(
|
||||
self.hass, self.entities, service_call, expand_group
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue