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

@@ -36,6 +36,9 @@ The MQTT broker that Zigbee2MQTT connects to is specified using the following:
- Server
- Username
- Password
- TopicPrefix
TopicPrefix is an optional value, and will default to `zigbee2mqtt/` if undefined. This should mirror your Zigbee2MQTT `base_topic` value with a trailing slash.
Additionally, these options control networking aspects for the bridge:
@@ -77,4 +80,3 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.