Fix async missing decorators (#10628)
This commit is contained in:
parent
693d32fa68
commit
aa6b37912a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue