diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 6220fce..bddd9bf 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,18 @@ +## 3.0.0-alpha.62 (2025-01-16) + +### 🚀 Features + +- **lights:** in general support color control for all lights having hs_color ([91a269d](https://github.com/t0bst4r/home-assistant-matter-hub/commit/91a269d)) + +### 🩹 Fixes + +- add further null checks to prevent bridge from failing ([b8e55c4](https://github.com/t0bst4r/home-assistant-matter-hub/commit/b8e55c4)) +- **light:** swap min and max temperature when mixed up in the entity ([bcd84cd](https://github.com/t0bst4r/home-assistant-matter-hub/commit/bcd84cd)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.61 (2025-01-08) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 5f370b7..9ee7034 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.61" + package_version: "3.0.0-alpha.62" diff --git a/hamh/config.yaml b/hamh/config.yaml index e98a86e..290075e 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.61" +version: "3.0.0-alpha.62" slug: hamh name: Home-Assistant-Matter-Hub description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.