mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix evohome scheduling coroutines (#42821)
This commit is contained in:
parent
5530a350e9
commit
254e7eb407
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user