mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Set polling interval to 15 minutes
This commit is contained in:
parent
6fad0e483a
commit
ee083a8fdf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
|||
# Name of the data. For logging purposes.
|
||||
name="IRM KMI weather",
|
||||
# Polling interval. Will only be polled if there are subscribers.
|
||||
update_interval=timedelta(seconds=30),
|
||||
update_interval=timedelta(minutes=15),
|
||||
)
|
||||
self._api_client = IrmKmiApiClient(session=async_get_clientsession(hass))
|
||||
self._coord = coord
|
||||
|
|
Loading…
Add table
Reference in a new issue