diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 63d6c90..9655c1c 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,16 @@ +## 3.0.0-alpha.75 (2025-03-12) + +### 🐛 Fixes + +- **binary_sensor:** revert to invert state for ALL contact sensors ([572fc85](https://github.com/t0bst4r/home-assistant-matter-hub/commit/572fc85)) +- **climate:** add OnOff cluster to climates, so that they can be turned on and off ([841a192](https://github.com/t0bst4r/home-assistant-matter-hub/commit/841a192)) +- **climate:** ensure correct temperature conversion between home assistant and matter ([bb33b7b](https://github.com/t0bst4r/home-assistant-matter-hub/commit/bb33b7b)) + +### ❤️ Thank You + +- t0bst4r @t0bst4r +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.74 (2025-03-12) ### 🐛 Fixes diff --git a/hamh/config.yaml b/hamh/config.yaml index bfb412e..92b0fe3 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.74" +version: "3.0.0-alpha.75" image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon slug: hamh name: Home-Assistant-Matter-Hub