Skip to content

Commit

Permalink
tweak hourly data refresh interval
Browse files Browse the repository at this point in the history
  • Loading branch information
thematrixdev committed Oct 17, 2024
1 parent a377af9 commit 4dc8a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/clp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.7.4",
"version": "11.7.5",
"domain": "clp",
"name": "CLP",
"documentation": "https://github.com/thematrixdev/home-assistant-clp",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/clp/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=300)
DAILY_TASK_INTERVAL = datetime.timedelta(hours=12)
HOURLY_TASK_INTERVAL = datetime.timedelta(minutes=60)
HOURLY_TASK_INTERVAL = datetime.timedelta(minutes=30)
USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"
HTTP_401_ERROR_RETRY_LIMIT = 3

Expand Down

0 comments on commit 4dc8a0d

Please sign in to comment.