mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-22 09:48:08 +08:00
chore: use new docker image for test-addon
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
args:
|
|
||||||
package_version: "3.0.0-alpha.47"
|
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
version: "3.0.0-alpha.47"
|
version: "3.0.0-alpha.69"
|
||||||
|
image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon
|
||||||
slug: hamh_test
|
slug: hamh_test
|
||||||
name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE)
|
name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE)
|
||||||
description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON.
|
description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON.
|
||||||
url: https://github.com/t0bst4r/home-assistant-matter-hub
|
url: https://github.com/t0bst4r/home-assistant-matter-hub
|
||||||
|
panel_icon: mdi:hub
|
||||||
|
panel_title: Matter Hub
|
||||||
homeassistant: 2024.1.0
|
homeassistant: 2024.1.0
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
host_network: true
|
host_network: true
|
||||||
@@ -20,6 +23,6 @@ options:
|
|||||||
disable_log_colors: false
|
disable_log_colors: false
|
||||||
mdns_network_interface: ""
|
mdns_network_interface: ""
|
||||||
schema:
|
schema:
|
||||||
app_log_level: list(silly|debug|info|warn|error)
|
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
|
||||||
disable_log_colors: bool
|
disable_log_colors: bool
|
||||||
mdns_network_interface: "str?"
|
mdns_network_interface: "str?"
|
||||||
|
|||||||
Reference in New Issue
Block a user