Skip to content

Commit

Permalink
Adjust polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Dec 26, 2023
1 parent 36f0e86 commit 25ea454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/irm_kmi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, hass, zone):
# 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=7),
)
self._api_client = IrmKmiApiClient(session=async_get_clientsession(hass))
self._zone = zone
Expand Down

0 comments on commit 25ea454

Please sign in to comment.