mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Fix async missing decorators (#10628)
This commit is contained in:
committed by
Paulus Schoutsen
parent
693d32fa68
commit
aa6b37912a
@@ -97,6 +97,7 @@ class EntityComponent(object):
|
||||
expand_group
|
||||
).result()
|
||||
|
||||
@callback
|
||||
def async_extract_from_service(self, service, expand_group=True):
|
||||
"""Extract all known and available entities from a service call.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user