From 36dc5b388f795c096bed9d371ae4cf5a75b0f296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Jan 2025 10:23:33 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.61 --- hamh/CHANGELOG.md | 16 ++++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 6a7fa27..6220fce 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,19 @@ +## 3.0.0-alpha.61 (2025-01-08) + +### 🚀 Features + +- Use device area if available for entities that have no area directly set ([#403](https://github.com/t0bst4r/home-assistant-matter-hub/pull/403)) + +### 🩹 Fixes + +- add extra logging when a device cannot be created ([fc0a2f0](https://github.com/t0bst4r/home-assistant-matter-hub/commit/fc0a2f0)) +- **basic-information:** ensure variables are actually strings ([dc5f700](https://github.com/t0bst4r/home-assistant-matter-hub/commit/dc5f700)) + +### ❤️ Thank You + +- Ricardo Hermida Ruiz @rhruiz +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.60 (2025-01-07) ### 🩹 Fixes diff --git a/hamh/build.yaml b/hamh/build.yaml index 548cd52..5f370b7 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.60" + package_version: "3.0.0-alpha.61" diff --git a/hamh/config.yaml b/hamh/config.yaml index dc9080b..e98a86e 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.60" +version: "3.0.0-alpha.61" 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.