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

This commit is contained in:
Franck Nijhof 2020-02-15 15:57:31 +01:00
parent 48e14d64c7
commit 81834cb014
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -46,20 +46,16 @@ 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",
"default_theme": "default",
"themes": [
"thelounge-theme-material"
],
"users": [
"hassio"
]
}
```yaml
log_level: info
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
default_theme: default
themes:
- thelounge-theme-material
users:
- hassio
```
### Option: `log_level`