Disable always_update in powerwall coordinator (#97416)

This commit is contained in:
J. Nick Koston 2023-07-28 12:41:05 -05:00 committed by GitHub
parent 5829efb5d7
commit 44a3885986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
name="Powerwall site",
update_method=manager.async_update_data,
update_interval=timedelta(seconds=UPDATE_INTERVAL),
always_update=False,
)
await coordinator.async_config_entry_first_refresh()