Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -33,15 +33,18 @@ ENV VERSION %%VERSION%%
|
|||||||
"ports": {
|
"ports": {
|
||||||
"123/tcp": 123
|
"123/tcp": 123
|
||||||
},
|
},
|
||||||
"map_config": "bool",
|
"map_config": "bool|false",
|
||||||
"map_ssl": "bool",
|
"map_ssl": "bool|false",
|
||||||
|
"map_hassio": "bool|false",
|
||||||
"options": {},
|
"options": {},
|
||||||
"schema": {
|
"schema": {
|
||||||
"bla": "str|int|float|bool",
|
"bla": "str|int|float|bool",
|
||||||
"list1": ["str|int|float|bool"],
|
"list1": [
|
||||||
"list2": [{
|
"str|int|float|bool"
|
||||||
"ble": "str|int|float|bool"
|
],
|
||||||
}]
|
"list2": [
|
||||||
|
{ "ble": "str|int|float|bool" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"image": "for custom addons",
|
"image": "for custom addons",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user