Increase Lyric update interval to 300 seconds (#56393)

This commit is contained in:
Aidan Timson 2021-09-19 00:34:28 +01:00 committed by GitHub
parent 7af67d34cf
commit 53d4c0ce2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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