v0.8.2
🎉 What's in this release
Important
The release has not undergone extensive testing, so your feedback is valuable. If you encounter any problems, please report them at https://github.com/custom-components/zaptec/issues. We are grateful for all contributions, ranging from documentation, examples of how to use, testing, to code development.
This release is a minor release, fixing a few critical issue regarding
- Fix error in
limit_currentservice call, which is used by blueprints - Adding documentation that the v0.8.x releases breaks the blueprints
If you're coming from v0.7.x, I recommend reading the release notes for v0.8.1 as well.
What's Changed
- Reclassify entities from diagnostic to config where appropriate by @steinmn in #281
- Avoid limit_current service call passing None-values and clarify error messages by @steinmn in #284
- Add more explicit typing by @steinmn in #261
- Use HTTPStatus instead of hardcoded numbers by @steinmn in #285
- Add explanation of resume_charging-limitations by @steinmn in #282
- Add breaking changes warning about blueprint by @steinmn in #288
Full Changelog: v0.8.1...v0.8.2