Releases: plugwise/python-plugwise
Releases · plugwise/python-plugwise
Improve typing as per Core PR #96915
What's Changed
Exciting New Features 🎉
- Typing suggestions by @CoMPaTech in #359
Maintenance 🧰
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.279 by @renovate in #357
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.280 by @renovate in #358
Full Changelog: v0.31.7...v0.31.8
Various small updates
What's Changed
Exciting New Features 🎉
- Add domestic_hot_water_setpoint data to anna_heatpump_heating userdata, update relevant test-cases by @bouwew in #346
- Release drafter by @CoMPaTech in #348
- Enhancement based on #425 by @bouwew in #347
- Update build system requirements by @cdce8p in #355
Bug Fixes 🐛
Maintenance 🧰
- Update pre-commit hook codespell-project/codespell to v2.2.5 by @renovate in #332
- Update pre-commit hook igorshubovych/markdownlint-cli to v0.35.0 by @renovate in #335
- Housekeeping user data Readme by @CoMPaTech in #334
- Update pre-commit hook asottile/pyupgrade to v3.7.0 by @renovate in #336
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.273 by @renovate in #337
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.274 by @renovate in #338
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.275 by @renovate in #339
- Update pre-commit hook asottile/pyupgrade to v3.8.0 by @renovate in #340
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.276 by @renovate in #341
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #342
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.277 by @renovate in #343
- Update pre-commit hook pre-commit/mirrors-prettier to v3.0.0 by @renovate in #349
- Update pre-commit hook asottile/pyupgrade to v3.9.0 by @renovate in #350
- Update pre-commit hook psf/black to v23.7.0 by @renovate in #351
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.278 by @renovate in #352
Other Changes
New Contributors
Full Changelog: v0.31.6...v0.31.7
Fix domestic_hot_water_setpoint-related bug for Anna + Elga
Fix domestic_hot_water_setpoint-related bug for Anna + Elga:
- Add guarding for popping domestic_hot_water_setpoint
- Improved fixture generation and prettifying
Cooling-related fix/improvements
Cooling-related fix/improvements:
- Fix cooling-related bug in set_temperature(), raise an error when the user tries to change the not-active setpoint.
- Change setpoint_low/_high generation, show the active setpoint and the related min/max values, don't show the related, not-active setpoint from the active schedule.
- Update related test-assert / fixtures.
- Improve dhw_setpoint related code.
Improvements
Improvements:
- Improve fixture generation and manual fixtures, exposing (prettier-ed) fixtures
- Fix unneeded Union-typing
Typing updates, improved fixture generation and manual mode-changes
Typing updates, improved fixture generation and manual mode-changes
Introduce strict-typing (py.typed)
Introduce strict-typing (py.typed)
Legacy Anna - read and process system-xml data
Legacy Anna - read and process system-xml data
- Add support for reading the system-xml data from the legacy Smile T
- Repo-generic: CI/CD Improvements
Split off USB-related
Split off the USB-related code: the Plugwise Stick related code has been moved into https://github.com/plugwise/python-plugwise-usb
Anna + Elga: final fix for https://github.com/plugwise/plugwise-beta/issues/320
Anna + Elga: final fix for #320