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

This commit is contained in:
Franck Nijhof 2020-02-15 16:03:28 +01:00
parent 16014b328b
commit 68f9f223a4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -60,13 +60,11 @@ comparison to installing any other Hass.io add-on.
Example add-on configuration:
```json
{
"log_level": "info",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}
```yaml
log_level: info
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
```
**Note**: _This is just an example, don't copy and paste it! Create your own!_