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