diff --git a/hamh/build.yaml b/hamh/build.yaml index 16e0550..519beeb 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.12" + package_version: "3.0.0-alpha.13" diff --git a/hamh/config.yaml b/hamh/config.yaml index 85bb2f7..41fd682 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.12" +version: "3.0.0-alpha.13" 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. @@ -18,7 +18,9 @@ options: log_level: info disable_log_colors: false web_port: 8482 + mdns_network_interface: "" schema: - log_level: list(debug|info|warn|error) + log_level: list(silly|debug|info|warn|error) disable_log_colors: bool web_port: int(1,) + mdns_network_interface: "str?" diff --git a/hamh/translations/en.yaml b/hamh/translations/en.yaml index 8290bca..c0da84d 100644 --- a/hamh/translations/en.yaml +++ b/hamh/translations/en.yaml @@ -12,3 +12,7 @@ configuration: name: Web UI Port description: | 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 \ No newline at end of file