Releases: astrandb/teracom_hass
Releases · astrandb/teracom_hass
Added support for TCW220
Notable changes
The main feature in this release is support for TCW220 devices
New Features
Dependencies
- Support for TCW220 and cleanup @astrandb (#73)
- Bump ruff from 0.4.3 to 0.8.3 @dependabot (#72)
- Bump pre-commit from 3.7.0 to 4.0.1 @dependabot (#71)
- Bump actions/checkout from 4.1.4 to 4.2.2 @dependabot (#70)
- Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 @dependabot (#47)
- Bump ruff from 0.4.2 to 0.4.3 @dependabot (#48)
- Bump colorlog from 6.7.0 to 6.8.2 @dependabot (#49)
- Bump actions/checkout from 3.5.3 to 4.1.4 @dependabot (#44)
Maintenance
Dependency bumps and code style improvements
Changes
Dependencies
- Bump ruff from 0.0.282 to 0.1.4 @dependabot (#43)
- Bump svenstaro/upload-release-action from 1.pre.release to 2.7.0 @dependabot (#26)
- Bump ruff from 0.0.280 to 0.0.282 @dependabot (#25)
- Bump ruff from 0.0.278 to 0.0.280 @dependabot (#24)
- Bump actions/setup-python from 2 to 4 @dependabot (#23)
- Bump actions/checkout from 3.3.0 to 3.5.3 @dependabot (#22)
- And more...
Maintenance
Minor improvements
Support for new TCW devices and more
Changes
This release contains support for TCW241 and some basic support for TCW242. It also contains a lot of code optimizations and better alignment with modern HA guidelines. There is also support for diagnosic downloads to facilitate futeure debugging (- if needed).
New Features
- Add one-wire sensors and diagnostics @astrandb (#18)
- Support TCW241 and move API to own module @astrandb (#17)
- Enable entity name translation @astrandb (#16)
- Use TextSelector in config_flow @astrandb (#14)