Bug Fixes
* fix: Improve dependabot commits with semantic release ([`c0b826e`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/c0b826e284f8b9776544ef9c2cea9e6cc4f9958c))
* fix: Add data_amount and sync_device_id params for getthermostatsdata API call to trigger a sync every time a request is made ([`348976f`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/348976fb38595f0329ef8bbfb5d56f9ede6c19dd))
Chores
* chore(release): 0.9.1 [skip ci]
Automatically generated by python-semantic-release ([`16fe708`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/16fe708a04bf1112f866fe0e2cab6aded496b3e9))
* chore(deps): Bump actions/setup-python from 2 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4.1.0)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`58ba7a9`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/58ba7a92dfd90240a9f814c0a608d494f6c1e78d))
* chore(deps): Bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`c0f9431`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/c0f9431e2884dca7b0aa5f697a6f4173a9ab769f))
* chore(deps): Bump relekang/python-semantic-release from 7.19.2 to 7.32.2
Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.19.2 to 7.32.2.
- [Release notes](https://github.com/relekang/python-semantic-release/releases)
- [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/relekang/python-semantic-release/compare/v7.19.2...v7.32.2)
---
updated-dependencies:
- dependency-name: relekang/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <supportgithub.com> ([`0e2e2cf`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/0e2e2cf276369c11b311f3cdada1a9a29af968fe))
* chore(release): 0.9.0 [skip ci]
Automatically generated by python-semantic-release ([`5a04fee`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/5a04fee875f0bf5f5efd809ef8ff1c4e4deb84e9))
Features
* feat: Add wifi and rf radio statuses. ([`cde33c1`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/cde33c1772a47800d06ac0b07efbb0c40ae37baf))
* feat: Add domestic hot water temperature data: current, max and min. ([`40f3d19`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/40f3d1918d04c931a36af2d611b2efea09f66e5c))
* feat: Add outdoor temperature and setpoint endtime data to getthermostatsdata output ([`2735563`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/273556371b88871fcd580a2bc763106777aa4f33))
Unknown
* Merge pull request 62 from MislavMandaric/dependabot/github_actions/actions/setup-python-4.1.0
chore(deps): Bump actions/setup-python from 2 to 4.1.0 ([`51e717f`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/51e717ff9088738c2ecc3808d5c4b7b2d54dbfb0))
* Merge pull request 80 from MislavMandaric/dependabot/github_actions/actions/checkout-3.1.0
chore(deps): Bump actions/checkout from 2 to 3.1.0 ([`6cea678`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/6cea678f68691821ae07bd69f2f3d7c967001a32))
* Merge pull request 83 from MislavMandaric/dependabot/github_actions/relekang/python-semantic-release-7.32.2
chore(deps): Bump relekang/python-semantic-release from 7.19.2 to 7.32.2 ([`42eb147`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/42eb147987919e0f9d8de94ca62230e9ee645754))
* Merge pull request 87 from MislavMandaric/feat/radio-statuses
Radio statuses ([`407567a`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/407567a23da490f803aca0144311bf6053c41b57))
* tests: Update tests with radio statuses ([`438b9a2`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/438b9a2bb28cc3227340b2dd8d82c6188e329cdb))
* Merge pull request 86 from MislavMandaric/feat/dhw
Domestic hot water temperatures ([`4d14f6e`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/4d14f6e704bd800cb67f5863db855dbe439ddffd))
* tests: Update tests with dhw data ([`1eefa34`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/1eefa3475d8d16680cd4527e3b85b5ae13051a77))
* Merge pull request 85 from MislavMandaric/fix/outdoor-temp-fixes
Fixes for outdoor temperature and setpoint endtime PR ([`11b6162`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/11b6162f476de8683586b1cb4b9ea8c88c0f0abd))
* Merge pull request 45 from fhempy/patch-1
feat: add OutdoorTemperature and Setpoint endtime ([`5bbc744`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/5bbc744ebd426d5f348c8dffbad694e5ed574e78))
* revert formatting ([`16346f9`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/16346f993bec33e4691bf0c36d54a2decabde09e))
* add OutdoorTemperature and Setpoint endtime ([`7bfed09`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/7bfed099928d5f894b4467508297b51b3be6d39b))
* Merge pull request 84 from MislavMandaric/fix/get-thermostat-sync
data_amount and sync_device_id params for getthermostatsdata ([`fb977c6`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/fb977c6b3a0fbd44ef43d58674eb4b2e147626fa))
* tests: Update tests with new api params ([`3d5eb9d`](https://github.com/MislavMandaric/vaillant-netatmo-api/commit/3d5eb9d680d69a40dcd3e574d11ef772ada23063))