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

This commit is contained in:
Franck Nijhof 2020-02-14 13:46:46 +01:00
parent fa3aae8ddc
commit c8f2431f31
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -61,13 +61,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
```
### Option: `log_level`