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_templatererendered due to a state change in the template it would trigger theswing_modeaction 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_scriptfunction (8c755c9)- You can now use the
thisvariable 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