1
0
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:
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.