Releases: jcwillox/hass-template-climate
Releases · jcwillox/hass-template-climate
v1.0.0
I've made some changes to bring this integration back inline with the internal template integrations, I still have a few more changes to make, there is one small breaking change in this release. Otherwise, I've also fixed the issue causing this integration to not work correctly on 2025.1.
🚨 Breaking Changes
- Action scripts are no longer run when templated values change, previously when a template such as
swing_mode_template
rerendered due to a state change in the template it would trigger theswing_mode
action script. This is no longer the case as it can cause issues and unnecessary updates to be sent.- That said if you use this functionality, open a feature request and I can add pretty easily add it back in, likely behind a configuration flag.
✨ Features
- Add devcontainer config (7692e60)
- Use improved
async_run_script
function (8c755c9)- You can now use the
this
variable in scripts like with the built in integrations
- You can now use the
🐛 Bug Fixes
- Cleanup and fix turn on/off support (078dd87)
- Optimize state updates and fix on/off feature support warning (#86) (a85c3f7)
🏗️ Chore
- Switch from pdm to uv package manager (65a29fe)
♻️ Refactoring
- Simplify and cleanup code (f6cf250)
Full Changelog: v0.8.0...v1.0.0
v0.8.0
v0.7.0
✨ Features
- Add humidity support and templates for min/max temp, and fix setting
HEAT_COOL
(#72) (06e1e77) by @sabaatworld
Full Changelog: v0.6.2...v0.7.0
v0.6.2
🏗️ Chore
♻️ Refactoring
📦 Build
- Add pdm package manager (38624c1)
⚙️ Continuous Integration
Full Changelog: 0.6.1...v0.6.2
0.6.1
0.6.0
What's Changed
- Add support for setting unique_id by @laszlojakab in #27
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Add support for
hvac_action
template by @laszlojakab in #24
New Contributors
- @laszlojakab made their first contribution in #24
Full Changelog: 0.4.1...0.5.0