mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Disable always_update in rain machine coordinator (#97410)
This commit is contained in:
parent
13349e76ed
commit
54e7185617
@ -106,6 +106,7 @@ class RainMachineDataUpdateCoordinator(DataUpdateCoordinator[dict]):
|
|||||||
name=name,
|
name=name,
|
||||||
update_interval=update_interval,
|
update_interval=update_interval,
|
||||||
update_method=update_method,
|
update_method=update_method,
|
||||||
|
always_update=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
self._rebooting = False
|
self._rebooting = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user