Fix evohome scheduling coroutines (#42821)

pull/42824/head
Paulus Schoutsen 2020-11-04 10:04:45 +01:00
parent e4f88a02f7
commit 45dbd49852
1 changed files with 1 additions and 1 deletions

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