mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.46
This commit is contained in:
committed by
Tobias Glatthar
parent
9051ce4baf
commit
83598e679c
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
args:
|
||||
package_version: "3.0.0-alpha.45"
|
||||
package_version: "3.0.0-alpha.46"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
args:
|
||||
package_version: "3.0.0-alpha.45"
|
||||
package_version: "3.0.0-alpha.46"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user