mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Increase Lyric update interval to 300 seconds (#56393)
This commit is contained in:
parent
7af67d34cf
commit
53d4c0ce2d
@ -109,7 +109,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
name="lyric_coordinator",
|
||||
update_method=async_update_data,
|
||||
# Polling interval. Will only be polled if there are subscribers.
|
||||
update_interval=timedelta(seconds=120),
|
||||
update_interval=timedelta(seconds=300),
|
||||
)
|
||||
|
||||
hass.data[DOMAIN][entry.entry_id] = coordinator
|
||||
|
Loading…
x
Reference in New Issue
Block a user