home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.03k stars 28.27k forks source link

Revert polling interval back to orginal value in Wolflink #116758

Closed mtielen closed 1 week ago

mtielen commented 2 weeks ago

Breaking change

Proposed change

Reverting back the the Polling interval to original value of 1 minute. Which was changed in PR #111483. The vendor is not restricting polling on the API only on the authentication. The authentication was fixed in PR #115815. The vendor supports API polling in 10 second intervals as their website and mobile app do.

This solves a visual gaps in graphs and more accurate values of the Wolf heating systems.

Type of change

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

To help with the load of incoming pull requests:

home-assistant[bot] commented 2 weeks ago

Hey there @adamkrol93, mind taking a look at this pull request as it has been labeled with an integration (wolflink) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `wolflink` can trigger bot actions by commenting: - `@home-assistant close` Closes the pull request. - `@home-assistant rename Awesome new title` Renames the pull request. - `@home-assistant reopen` Reopen the pull request. - `@home-assistant unassign wolflink` Removes the current integration label and assignees on the pull request, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the pull request. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the pull request.
mtielen commented 1 week ago

Thanks @Kane610