From ec9069f0bae52bb5a24623e7e6e303d21234a868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jan 2025 16:18:19 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.62 --- hamh/CHANGELOG.md | 15 +++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) 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.