Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit b16c1c5

Browse files
authored
Add await to python_scripts_controller.update_all()
1 parent 3e36779 commit b16c1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/custom_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async def update_all_service(call):
118118
if 'components' in conf_track:
119119
await components_controller.update_all()
120120
if 'python_scripts' in conf_track:
121-
python_scripts_controller.update_all()
121+
await python_scripts_controller.update_all()
122122

123123
async def install_service(call):
124124
"""Install single component/card."""

0 commit comments

Comments
 (0)