From 6441f66179becf0b3136f143a35259d9d77e7705 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jan 2025 18:27:29 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.63 --- hamh/CHANGELOG.md | 14 ++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index bddd9bf..77ad2c0 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.0.0-alpha.63 (2025-01-20) + +### 🩹 Fixes + +- **cover:** use compatible endProductType for tilt and lift ([38c9731](https://github.com/t0bst4r/home-assistant-matter-hub/commit/38c9731)) +- **lights:** apply rounding to brightness and color calculations ([f72cd9a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/f72cd9a)) +- **thermostat:** Check if setting temperature range is supported ([#453](https://github.com/t0bst4r/home-assistant-matter-hub/pull/453)) + +### ❤️ Thank You + +- Kenny Levinsen @kennylevinsen +- sparkym3 +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.62 (2025-01-16) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 9ee7034..a075a97 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.62" + package_version: "3.0.0-alpha.63" diff --git a/hamh/config.yaml b/hamh/config.yaml index 290075e..2ac335a 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.62" +version: "3.0.0-alpha.63" 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.