Fix async missing decorators (#10628)

This commit is contained in:
Adam Mills 2017-11-17 00:03:05 -05:00 committed by Paulus Schoutsen
parent 693d32fa68
commit aa6b37912a
2 changed files with 5 additions and 1 deletions

View file

@ -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.