mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
bumb(home-assistant-matter-hub): version 3.0.0-alpha.13
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
args:
|
args:
|
||||||
package_version: "3.0.0-alpha.12"
|
package_version: "3.0.0-alpha.13"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "3.0.0-alpha.12"
|
version: "3.0.0-alpha.13"
|
||||||
slug: hamh
|
slug: hamh
|
||||||
name: Home-Assistant-Matter-Hub
|
name: Home-Assistant-Matter-Hub
|
||||||
description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.
|
description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.
|
||||||
@@ -18,7 +18,9 @@ options:
|
|||||||
log_level: info
|
log_level: info
|
||||||
disable_log_colors: false
|
disable_log_colors: false
|
||||||
web_port: 8482
|
web_port: 8482
|
||||||
|
mdns_network_interface: ""
|
||||||
schema:
|
schema:
|
||||||
log_level: list(debug|info|warn|error)
|
log_level: list(silly|debug|info|warn|error)
|
||||||
disable_log_colors: bool
|
disable_log_colors: bool
|
||||||
web_port: int(1,)
|
web_port: int(1,)
|
||||||
|
mdns_network_interface: "str?"
|
||||||
|
|||||||
@@ -12,3 +12,7 @@ configuration:
|
|||||||
name: Web UI Port
|
name: Web UI Port
|
||||||
description: |
|
description: |
|
||||||
The port to use for the Web-UI. Default: 8482
|
The port to use for the Web-UI. Default: 8482
|
||||||
|
mdns_network_interface:
|
||||||
|
name: mDNS Network Interface
|
||||||
|
description: |
|
||||||
|
Limit mDNS to this network interface. Only change it if you know what you are doing. Default: empty
|
||||||
Reference in New Issue
Block a user