Add support for defining the MQTT topic prefix that Zigbee2MQTT uses.

This commit is contained in:
2026-01-24 19:02:45 +00:00
parent bc4c53b5be
commit b0a8169951
4 changed files with 26 additions and 12 deletions

View File

@@ -11,4 +11,7 @@
"Server": "tcp://localhost:1883",
"Username": "hapz2m",
"Password": "my_s3cr3t_PasSw0rd"
// Topic prefix of the Z2M instance (optional)
// "TopicPrefix": "zigbee2mqtt/"
}