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