mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Disable always_update in emonitor coordinator (#97414)
This commit is contained in:
parent
2ec2c25f5a
commit
8a9153d004
@ -31,6 +31,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
name=entry.title,
|
||||
update_method=emonitor.async_get_status,
|
||||
update_interval=timedelta(seconds=DEFAULT_UPDATE_RATE),
|
||||
always_update=False,
|
||||
)
|
||||
|
||||
await coordinator.async_config_entry_first_refresh()
|
||||
|
Loading…
x
Reference in New Issue
Block a user