From aac0c5c35929c3dd625f43a1bf563d577cc9de29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Jan 2025 18:04:39 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.64 --- hamh/CHANGELOG.md | 22 ++++++++++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 77ad2c0..7ba7f58 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,25 @@ +## 3.0.0-alpha.64 (2025-01-25) + +### 🚀 Features + +- handle button entity the same way as input_button ([#480](https://github.com/t0bst4r/home-assistant-matter-hub/pull/480)) +- **frontend:** refactored menu structure ([ab40cbf](https://github.com/t0bst4r/home-assistant-matter-hub/commit/ab40cbf)) + +### 🩹 Fixes + +- minor frontend fixes ([97aa72a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/97aa72a)) +- ⚠️ **basic-information-server:** Use device vendor ([#472](https://github.com/t0bst4r/home-assistant-matter-hub/pull/472)) + +### ⚠️ Breaking Changes + +- **basic-information-server:** It can happen, that your controller (Alexa, Google Home, etc.) doesn't match your existing devices and re-pairs all of them. In that case, you'll need to assign the devices to rooms and automations again." + +### ❤️ Thank You + +- Kenny Levinsen @kennylevinsen +- Tobias Glatthar @t0bst4r +- zepab + ## 3.0.0-alpha.63 (2025-01-20) ### 🩹 Fixes diff --git a/hamh/build.yaml b/hamh/build.yaml index a075a97..75cb291 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.63" + package_version: "3.0.0-alpha.64" diff --git a/hamh/config.yaml b/hamh/config.yaml index 2ac335a..75620b6 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.63" +version: "3.0.0-alpha.64" 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.