change mqtt_broker to schema str so it doesn't appear censored.
This commit is contained in:
parent
41818cd168
commit
a5c46259a2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ options:
|
||||||
timezone: "Europe/Amsterdam"
|
timezone: "Europe/Amsterdam"
|
||||||
schema:
|
schema:
|
||||||
db: str
|
db: str
|
||||||
mqtt_broker: url
|
mqtt_broker: str
|
||||||
mqtt_topic: str
|
mqtt_topic: str
|
||||||
mqtt_user: str
|
mqtt_user: str
|
||||||
mqtt_password: password
|
mqtt_password: password
|
||||||
|
|
Loading…
Reference in a new issue