mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Make async_extract_entities generic (#78490)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user