Releases: mariusz-ostoja-swierczynski/tech-controllers
Releases Β· mariusz-ostoja-swierczynski/tech-controllers
v2.6.1 π
v2.6.0 π
Changes
π Features
- #125 β¨ Add zone alarm state @anarion80
π Bug Fixes
- #128 Bump dependencies @daroga0002
- #130 Consider empty zones in Tech API @anarion80 910f035
π§° Maintenance
- #126 Fix API tests compatibility with win32 platform. @robertugo2
v2.5.0 π
Changes
π Bug Fixes
- #111 π Fix wrong link in bug report @anarion80
- #113 π Fix missing atttributes in some sensors @anarion80
π§° Maintenance
- #108 some minor code improvments @daroga0002
- #114 chore: move to f strings @daroga0002
- #115 chore: update dependencies @daroga0002
- #116 π¨ Satisfy Ruff and Pylint @anarion80
v2.4.0 π
Changes
π Features
- #95 β¨ Add support for window sensors @anarion80
- #104 β¨ add integration support for Tech API supported languages @daroga0002
- #105 β¨ hide token even in debug mode @daroga0002
π Bug Fixes
- #101 π fix deprecation notice and multiple controllers handling @daroga0002
- #102 π fix language support @daroga0002
π§° Maintenance
- #103 β¨ upgrade dependencies @daroga0002
v2.3.1 π
Changes
β This is a "version reset" release β Migrations are not supported from previous versions! Please remove the integration and start anew with this version.
π Bug Fixes
- #90 π remove migrations. Fix #89 @anarion80
v2.3.0 π
Changes
π Features
- #83 β¨ Update device and entity naming @anarion80
- #88 better testing setup @daroga0002
π Bug Fixes
- #85 π Improve error conditions in config flow. Fixes #84 @anarion80
- #87 change to fix eventual consistency @daroga0002
v2.2.1 π
Changes
π§° Maintenance
- #81 update ruff config and fix some linting issues @daroga0002
- #82 Tweaking CI @daroga0002
v2.2.0 π
Changes
- #74 add working device @daroga0002
- #75 adding openapi specification link to tech controllers @daroga0002
- #77 extend tile temp sensor @daroga0002
π Features
- #69 β¨ Add changing signal strength icon @anarion80
- #73 update minimum and maximum allowed temp @daroga0002
π Bug Fixes
- #72 add target_temperature_step @daroga0002
- #78 fix bug-33 @daroga0002
π§° Maintenance
- #79 fix permissions @daroga0002
- #80 Small tuning of different things @daroga0002
v2.1.0 π
π About
This is a new release which unfortunately changes internal entity and device unique ids to fix #58 .
There is migration implemented, but it is not bulletproof! If possible then please rather remove the controllers and add them again β
π Features
- #62 πΈ Add issue forms @anarion80
- #64 β¨ Add Tech API tests @anarion80
- #66 β¨ Move most sensors under Diagnostics @anarion80
- #67 β¨ Add signal strength as a separate diagnostic entity under zone @anarion80
- #65 β¨ Add support for zone actuators @anarion80
π Bug Fixes
- #59 Fix #58 @anarion80
Other changes
New Contributors
Full Changelog: v2.0.0...v2.1.0
@PeterSuly, @anarion80 and @petoS6
v2.0.0 π
This integration is alive!
Changes
- Multi-controller support, each controller can be selected individually during config flow
- Tiles support for all that is visible in emodul demo (username: test, password: test)
- Zones as devices with temperature, battery, humidity sensors linked to them
- Tile translation directly from emodul API
- DataUpdateCoordinator for all entities
- Config flow abort for existing controller
- Migration from v1
- Updated development environment with .devcontainer
- Linters for python, yaml, markdown
- Automated release notes and releasing via workflow actions
- HACS readiness
- Good practices from Home Assistant
- I have been using it with my M-9r and it works fine, so I'm fairly confident this PR is ok to merge, and I will merge it some time soon, but it would be great if the community can just take it and test it. Especially the authors mentioned in the README whom I will try to engage.
Details in #55