mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Disable always_update in nut coordinator (#97413)
This commit is contained in:
parent
e4ac8bdd6b
commit
2ec2c25f5a
@ -77,6 +77,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
name="NUT resource status",
|
name="NUT resource status",
|
||||||
update_method=async_update_data,
|
update_method=async_update_data,
|
||||||
update_interval=timedelta(seconds=scan_interval),
|
update_interval=timedelta(seconds=scan_interval),
|
||||||
|
always_update=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Fetch initial data so we have data when entities subscribe
|
# Fetch initial data so we have data when entities subscribe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user