📚 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: 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", default_theme: default
"default_theme": "default", themes:
"themes": [ - thelounge-theme-material
"thelounge-theme-material" users:
], - hassio
"users": [
"hassio"
]
}
``` ```
### Option: `log_level` ### Option: `log_level`