mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 02:35:09 -05:00
Disable always_update in emonitor coordinator (#97414)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user