Skip to content

Commit c726c16

Browse files
authored
fix: add base_topic to config.json schema (#623)
Make `mqtt.base_topic` editable from the addon page
1 parent 2bc9c36 commit c726c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zigbee2mqtt/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"key": "str?",
6161
"cert": "str?",
6262
"user": "str?",
63-
"password": "str?"
63+
"password": "str?",
64+
"base_topic": "str?"
6465
},
6566
"serial": {
6667
"port": "str?",

0 commit comments

Comments
 (0)