From f197a6b192944ac40dee69d572e29e360df53563 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 19 Apr 2017 12:12:21 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f62ae2f..18361d7 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,18 @@ ENV VERSION %%VERSION%% "ports": { "123/tcp": 123 }, - "map_config": "bool", - "map_ssl": "bool", + "map_config": "bool|false", + "map_ssl": "bool|false", + "map_hassio": "bool|false", "options": {}, "schema": { "bla": "str|int|float|bool", -    "list1": ["str|int|float|bool"], - "list2": [{ -      "ble": "str|int|float|bool" - }] +    "list1": [ + "str|int|float|bool" + ], + "list2": [ + { "ble": "str|int|float|bool" } + ]  }, "image": "for custom addons", }