mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Disable always_update in lookin coordinator (#97415)
This commit is contained in:
parent
8a9153d004
commit
5829efb5d7
@ -60,6 +60,7 @@ class LookinDataUpdateCoordinator(DataUpdateCoordinator[_DataT]):
|
|||||||
name=name,
|
name=name,
|
||||||
update_interval=update_interval,
|
update_interval=update_interval,
|
||||||
update_method=update_method,
|
update_method=update_method,
|
||||||
|
always_update=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user