Disable always_update in nut coordinator (#97413)
This commit is contained in:
parent
e4ac8bdd6b
commit
2ec2c25f5a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue