This commit is contained in:
Marcus Westin 2020-01-08 17:03:36 +01:00
commit 8bb8d1ffe4
3 changed files with 12 additions and 2 deletions

View file

@ -55,7 +55,6 @@ mqtt:
broker: [point to your broker IP]
username: [username of mqtt broker]
password: !secret mqtt_password
client_id: mqtt
discovery: true
discovery_prefix: homeassistant
birth_message:

View file

@ -32,4 +32,4 @@
"mqttPassword": "str",
"includeRoomsAsLights": "bool"
}
}
}