docs: fix typo in [secrets] json example
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
71de8def8e
commit
0a2c1904c0
|
@ -1593,7 +1593,7 @@ Example json file:
|
||||||
"username": "mqtt_user",
|
"username": "mqtt_user",
|
||||||
"password": "my_mqtt_password"
|
"password": "my_mqtt_password"
|
||||||
},
|
},
|
||||||
"home_assistant" {
|
"home_assistant": {
|
||||||
"token": "long_token_string"
|
"token": "long_token_string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue