Releases: jonandel/ha-hildebrandglow-dcc
v1.3.0
The last release broke things for a couple of folks, as the new code requested config parameters in the Integration setup. However, as they were upgrading from a previous version, the new options were not present, so the Integration failed. See issue #24
There isnt a way to force the setup of an Integration after its initial install, even when upgrading - which would have fixed it for those people...
So this release reverts back to only defining the users credentials at Integration setup - as per previous releases, but includes an 'Integration setup' option to change the polling frequencies (its the cog in the Integration against the Hub). Note: changing polling frequencies was a feature request - but it is recommended to use the defaults (or less frequently) - this is discussed in the Disccussion section of the Repo.
If the new release still causes problems, the only solution is to delete the integration and then re-add it - once its been downloaded/upgraded from HACS, or manually.
I have updated the Readme instractions to that effect, and included the changes in functionality.
v1.2.6
Setup config changes - inc. data pull frequency
Added ability to change the DataCoordinator and Tarrif coordinator call frequency. Note: I do not advise decreasing them significantly from the default values, or the API may get overloaded.
Setup also changed, to start first data pulls five seconds after successful Integration setup. This will eliminate the multiple warnings in the HA logs that the setup doesnt wait.
v1.1.5
v1.1.0
Usies new Get DailyData strategy, and various other update tweaks (inc. dependencies).
What's Changed
- Bump pyglowmarkt from 0.5.5 to 0.5.6 by @dependabot[bot] in #6
- Bump pylint from 2.17.4 to 3.3.7 by @dependabot[bot] in #4
- Bump black from 23.9.1 to 25.1.0 by @dependabot[bot] in #5
- Bump isort from 5.12.0 to 6.0.1 by @dependabot[bot] in #3
- Bump actions/checkout from 4.1.0 to 4.2.2 by @dependabot[bot] in #2
- style: format code with Black and isort by @deepsource-autofix[bot] in #1
- style: format code with Black and isort by @deepsource-autofix[bot] in #11
- V1.1.0 dailydata strategy by @jonandel in #12
New Contributors
- @dependabot[bot] made their first contribution in #6
- @deepsource-autofix[bot] made their first contribution in #1
- @jonandel made their first contribution in #12
Full Changelog: 1.0.2-beta...v1.1.0
1.0.2-beta
Updated the documentation pointers to exclusively point to this repo, not the original.
v1.0.2-beta
updated after HACS validation tests
v1.0.1-beta: Update README.md
minor tweaks to the documentation...
v1.0.0-beta: Update hacs.json
A rewrite of the sensors strategy and update of the Integration to meet HA 2025 guidelines.
Strategy to reduce API impact by lowering the polling frequency.