From e4e78c06feff45cc6e6403ce43ac9524f2537485 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Nov 2024 13:01:20 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.38 --- hamh/CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index b2dc62e..599e80d 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,34 @@ +## 3.0.0-alpha.38 (2024-11-23) + +### 🩹 Fixes + +- only hash labels larger than max length ([3e71fb3](https://github.com/t0bst4r/home-assistant-matter-hub/commit/3e71fb3)) +- change fallthrough matcher after migrating to express@5 ([620eddd](https://github.com/t0bst4r/home-assistant-matter-hub/commit/620eddd)) +- **cover:** remove absolute position and add operational status ([5e37273](https://github.com/t0bst4r/home-assistant-matter-hub/commit/5e37273)) + +### ❤️ Thank You + +- Avi Miller @Djelibeybi +- t0bst4r @t0bst4r + +## 3.0.0-alpha.37 (2024-11-22) + +### 🚀 Features + +- prepare configurations per domainm, entity and compatibility mode ([cb0b599](https://github.com/t0bst4r/home-assistant-matter-hub/commit/cb0b599)) +- **nx-cloud:** setup nx cloud workspace ([2919527](https://github.com/t0bst4r/home-assistant-matter-hub/commit/2919527)) + +### 🩹 Fixes + +- **climate:** do not set the target position when device is off ([b828295](https://github.com/t0bst4r/home-assistant-matter-hub/commit/b828295)) +- **climate:** only add humidity sensor if available at all ([948a34a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/948a34a)) +- **deps:** update dependency ajv to v8 ([e73e5c5](https://github.com/t0bst4r/home-assistant-matter-hub/commit/e73e5c5)) + +### ❤️ Thank You + +- t0bst4r @t0bst4r +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.36 (2024-11-16) ### 🩹 Fixes @@ -391,4 +422,4 @@ ### ❤️ Thank You -- t0bst4r @t0bst4r +- t0bst4r @t0bst4r \ No newline at end of file diff --git a/hamh/build.yaml b/hamh/build.yaml index 97feb6e..41e6952 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.36" + package_version: "3.0.0-alpha.38" diff --git a/hamh/config.yaml b/hamh/config.yaml index 9b5d9df..4378d07 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.36" +version: "3.0.0-alpha.38" 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.