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

This commit is contained in:
github-actions[bot]
2024-11-30 09:21:36 +00:00
committed by Tobias Glatthar
parent 9051ce4baf
commit 83598e679c
6 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
## 3.0.0-alpha.46 (2024-11-30)
### 🚀 Features
- adjust proxy request handling and update documentation ([f6bdd20](https://github.com/t0bst4r/home-assistant-matter-hub/commit/f6bdd20))
### ❤️ Thank You
- Tobias Glatthar @t0bst4r
## 3.0.0-alpha.45 (2024-11-29)
### 🩹 Fixes

View File

@@ -1,2 +1,2 @@
args:
package_version: "3.0.0-alpha.45"
package_version: "3.0.0-alpha.46"

View File

@@ -1,4 +1,4 @@
version: "3.0.0-alpha.45"
version: "3.0.0-alpha.46"
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.

View File

@@ -1,2 +1,2 @@
args:
package_version: "3.0.0-alpha.45"
package_version: "3.0.0-alpha.46"

View File

@@ -1,4 +1,4 @@
version: "3.0.0-alpha.45"
version: "3.0.0-alpha.46"
slug: hamh_test
name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE)
description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON.

View File

@@ -11,4 +11,5 @@ home-assistant-matter-hub start \
--storage-location=/config/data \
--web-port=$(bashio::addon.ingress_port) \
--home-assistant-url='http://supervisor/core' \
--home-assistant-access-token="$SUPERVISOR_TOKEN"
--home-assistant-access-token="$SUPERVISOR_TOKEN" \
--http-ip-whitelist="172.30.32.2"