Improved async. Fix #97.

This commit is contained in:
2020-05-02 21:03:23 +02:00
parent 59478919f1
commit 350a18bf81
4 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ async def async_setup(hass, config):
await setup_connection(hass, config)
setup_service(hass)
await setup_service(hass)
return True