mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Drop hass argument from service extraction helpers (#152738)
This commit is contained in:
@@ -240,7 +240,7 @@ class EntityComponent[_EntityT: entity.Entity = entity.Entity]:
|
||||
This method must be run in the event loop.
|
||||
"""
|
||||
return await service.async_extract_entities(
|
||||
self.hass, self.entities, service_call, expand_group
|
||||
self.entities, service_call, expand_group
|
||||
)
|
||||
|
||||
@callback
|
||||
|
||||
Reference in New Issue
Block a user