📚 Update add-on documentation to use new YAML configuration format

This commit is contained in:
Franck Nijhof 2020-02-15 14:05:51 +01:00
parent 3da9430a54
commit 276ed70b68
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -64,13 +64,11 @@ that part is out of the scope for the documentation of this add-on.
Example add-on configuration: Example add-on configuration:
```json ```yaml
{ log_level: info
"log_level": "info", ssl: true
"ssl": true, certfile: fullchain.pem
"certfile": "fullchain.pem", keyfile: privkey.pem
"keyfile": "privkey.pem"
}
``` ```
**Note**: _This is just an example, don't copy and past it! Create your own!_ **Note**: _This is just an example, don't copy and past it! Create your own!_