Fix evohome scheduling coroutines (#42821)

This commit is contained in:
Paulus Schoutsen 2020-11-04 10:04:45 +01:00 committed by GitHub
parent 5530a350e9
commit 254e7eb407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,7 +431,7 @@ class EvoBroker:
return
if refresh:
self.hass.helpers.event.async_call_later(1, self.async_update())
self.hass.helpers.event.async_call_later(1, self.async_update)
return result