mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 03:11:24 +00:00
📚 Update add-on documentation to use new YAML configuration format
This commit is contained in:
parent
fa3aae8ddc
commit
c8f2431f31
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -61,13 +61,11 @@ 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"
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Option: `log_level`
|
### Option: `log_level`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue