Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 12:36
f6cf250

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 the swing_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

🐛 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