bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.69

This commit is contained in:
github-actions[bot]
2025-02-14 09:40:44 +00:00
parent e096262990
commit 04345db472
3 changed files with 36 additions and 4 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
args:
package_version: "3.0.0-alpha.68"
package_version: "3.0.0-alpha.69"

View File

@@ -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.