mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +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:
|
||||
|
||||
```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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue