Type hint improvements (#33082)
This commit is contained in:
parent
f04be61f6f
commit
267d98b5eb
8 changed files with 124 additions and 73 deletions
|
@ -191,7 +191,7 @@ class EntityComponent:
|
|||
|
||||
This method must be run in the event loop.
|
||||
"""
|
||||
return await service.async_extract_entities( # type: ignore
|
||||
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