Skip to content

Commit

Permalink
Set polling interval to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Dec 24, 2023
1 parent 6fad0e4 commit ee083a8
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 @@ -27,7 +27,7 @@ def __init__(self, hass, coord: dict):
# 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
Expand Down

0 comments on commit ee083a8

Please sign in to comment.