Update README.md

This commit is contained in:
Pascal Vizeli
2017-04-19 12:12:21 +02:00
committed by GitHub
parent 3537e6ca6e
commit f197a6b192

View File

@@ -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",
}