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