Skip to content

Releases: jcwillox/hass-template-climate

v1.0.0

08 Jan 12:36
f6cf250
Compare
Choose a tag to compare

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

v0.8.0

20 Jul 07:58
bb71c1d
Compare
Choose a tag to compare

✨ Features

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Jul 14:38
06e1e77
Compare
Choose a tag to compare

✨ 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

28 May 03:24
58c1d6a
Compare
Choose a tag to compare

🏗️ Chore

♻️ Refactoring

📦 Build

  • Add pdm package manager (38624c1)

⚙️ Continuous Integration

  • Add release workflow and renovate config (0932337)
  • Update workflows (9e1a11b)

Full Changelog: 0.6.1...v0.6.2

0.6.1

28 Jan 06:01
e2be48b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

18 Nov 11:01
016fec0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

12 Nov 13:57
2ed6dcb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

21 Jul 03:03
Compare
Choose a tag to compare
  • Ensure actions are run when templates update (79d58dc)
  • Fix HVAC modes being printed instead of fan modes (eb6ba10)
  • Add example climate.set_hvac_mode action by @JOHLC in #9

Full Changelog: 0.4.0...0.4.1

0.4.0

04 Jul 05:29
Compare
Choose a tag to compare
  • Add support for heat_cool mode (07ff3a2)
  • Drop deprecated HVAC_MODE_* constants (f2ed414)

Full Changelog: 0.3.0...0.4.0

0.3.0

11 Jun 07:24
Compare
Choose a tag to compare

What's Changed

  • Add templates for target_temperature, hvac_mode, fan_mode by @dext0r in #6
  • Pass variables to set_* scripts by @dext0r in #7
  • Drop deprecated SUPPORT_* constants by @jcwillox in df8fce8

New Contributors

  • @dext0r made their first contribution in #6

Full Changelog: 0.2.0...0.3.0