mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
📚 Update add-on documentation to use new YAML configuration format
This commit is contained in:
parent
48e14d64c7
commit
81834cb014
1 changed files with 10 additions and 14 deletions
24
README.md
24
README.md
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue