mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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,
|
||||
update_interval=update_interval,
|
||||
update_method=update_method,
|
||||
always_update=False,
|
||||
)
|
||||
|
||||
self._rebooting = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user