mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
18 lines
731 B
YAML
18 lines
731 B
YAML
---
|
|
configuration:
|
|
app_log_level:
|
|
name: Log Level
|
|
description: |
|
|
The log level used for this addon. One of: silly, debug, info, warn, error
|
|
disable_log_colors:
|
|
name: Disable log colors
|
|
description: |
|
|
Print the log as plain text without any colors.
|
|
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
|
|
mdns_strip_global_ipv6:
|
|
name: Strip global IPv6 from mDNS
|
|
description: |
|
|
Drop public (global) IPv6 addresses from the Matter mDNS records so controllers use a locally reachable address. Turn this on if devices show No Response or Offline. Default: off |