From 04345db472d8813023b05de15c822d4aa28819ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Feb 2025 09:40:44 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.69 --- hamh/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++-- hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 5e74f2d..4400378 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,32 @@ +## 3.0.0-alpha.69 (2025-02-14) + +### 🚀 Features + +- allow specifying basic authentication ([4a40caf](https://github.com/t0bst4r/home-assistant-matter-hub/commit/4a40caf)) +- allow including hidden entities with a feature flag ([03be49d](https://github.com/t0bst4r/home-assistant-matter-hub/commit/03be49d)) +- pre-build the addon docker image to increase installation speed and reduce backup size ([179f266](https://github.com/t0bst4r/home-assistant-matter-hub/commit/179f266)) +- **light:** add support for RGBW and RGBWW lights ([e66a180](https://github.com/t0bst4r/home-assistant-matter-hub/commit/e66a180)) + +### 🐛 Fixes + +- properly trap process signals and shutdown the application ([69c1175](https://github.com/t0bst4r/home-assistant-matter-hub/commit/69c1175)) +- **input_button:** use correct action to trigger the button ([936ac64](https://github.com/t0bst4r/home-assistant-matter-hub/commit/936ac64)) +- **storage:** use multi-file storage to prevent broken storage files due to race conditions ([98179e6](https://github.com/t0bst4r/home-assistant-matter-hub/commit/98179e6)) +- **switch:** show switches as 'off' if they are unavailable ([5b799fb](https://github.com/t0bst4r/home-assistant-matter-hub/commit/5b799fb)) +- **thermostat:** add additional logging when unit of measurement changes ([90b625b](https://github.com/t0bst4r/home-assistant-matter-hub/commit/90b625b)) + +### 📚 Documentation Changes + +- explain why auto mode is not supported for climates ([dc40845](https://github.com/t0bst4r/home-assistant-matter-hub/commit/dc40845)) + +### 🚧 Chores + +- upgrade all npm dependencies ([6d8cb7e](https://github.com/t0bst4r/home-assistant-matter-hub/commit/6d8cb7e)) + +### â¤ī¸ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.68 (2025-02-06) ### 🐛 Fixes @@ -6,8 +35,11 @@ ### â„šī¸ Other Notes -- HUGE THANK YOU to @Apollon77 and @kennylevinsen for (probably) fixing the Google Home Issue +- HUGE THANKS to @Apollon77 and @kennylevinsen ([acc6549](https://github.com/t0bst4r/home-assistant-matter-hub/commit/acc6549)) +### â¤ī¸ Thank You + +- Tobias Glatthar @t0bst4r ## 3.0.0-alpha.67 (2025-02-03) @@ -837,4 +869,4 @@ ### â¤ī¸ Thank You -- t0bst4r @t0bst4r +- t0bst4r @t0bst4r \ No newline at end of file diff --git a/hamh/build.yaml b/hamh/build.yaml index 94d320c..d9d7a9c 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.68" + package_version: "3.0.0-alpha.69" diff --git a/hamh/config.yaml b/hamh/config.yaml index 78c1f56..2265630 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.68" +version: "3.0.0-alpha.69" 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.