From df117e39f9c1e727ea0f6718ea5b13eb5933782b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Feb 2020 16:46:53 +0100 Subject: [PATCH] :books: Update add-on documentation to use new YAML configuration format --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ce0c6e3..a43c9a9 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,11 @@ comparison to installing any other Hass.io add-on. Example add-on configuration: -```json -{ - "networks":[ - "wgfyiwe73747457", - "fhu3888892jjfdk" - ], - "api_auth_token":"" -} +```yaml +networks: + - wgfyiwe73747457 + - fhu3888892jjfdk +api_auth_token: '' ``` **Note**: _This is just an example, don't copy and paste it! Create your own!_