Skip to content

Commit

Permalink
fix: add base_topic to config.json schema (#623)
Browse files Browse the repository at this point in the history
Make `mqtt.base_topic` editable from the addon page
  • Loading branch information
JSteunou authored Jun 24, 2024
1 parent 2bc9c36 commit c726c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"key": "str?",
"cert": "str?",
"user": "str?",
"password": "str?"
"password": "str?",
"base_topic": "str?"
},
"serial": {
"port": "str?",
Expand Down

0 comments on commit c726c16

Please sign in to comment.