From 81834cb0147fddbcf875a299817cc82a85c05d38 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Feb 2020 15:57:31 +0100 Subject: [PATCH] :books: Update add-on documentation to use new YAML configuration format --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2cf1fdc..71c2d38 100644 --- a/README.md +++ b/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`