docs: fix typo in [secrets] json example

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-02-24 17:04:24 -05:00
parent 71de8def8e
commit 0a2c1904c0
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 1 additions and 1 deletions

View File

@ -1593,7 +1593,7 @@ Example json file:
"username": "mqtt_user",
"password": "my_mqtt_password"
},
"home_assistant" {
"home_assistant": {
"token": "long_token_string"
}
}