Skip to content

Commit

Permalink
add the discoveryprefix setting
Browse files Browse the repository at this point in the history
and update the version to 3
  • Loading branch information
djax666 authored Apr 4, 2020
1 parent 18e621b commit c1e28de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/settings.json.sample
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"comment": "Config file for myStrom Wifi Button 2 MQTT",
"version": 2,
"version": 3,
"mqtt": {
"brokeraddress": "192.168.0.4",
"brokerport": 1883,
"brokerusername": "mqtt_user",
"brokerpassword": "mqtt_pwd",

"discoveryprefix": "homeassistant",
"brokerssl": false,
"cafilepath": "./resources/mqtt_client/ca.crt",
"certfilepath": "./resources/mqtt_client/client.crt",
Expand Down

0 comments on commit c1e28de

Please sign in to comment.