Update descriptions
This commit is contained in:
18
README.md
18
README.md
@@ -1,6 +1,9 @@
|
||||
# hassio-addons
|
||||
Docker addons for HassIO
|
||||
|
||||
[HassIO](https://github.com/pvizeli/hassio)
|
||||
[HassIO-Build](https://github.com/pvizeli/hassio-build)
|
||||
|
||||
## Addon folder
|
||||
|
||||
```
|
||||
@@ -15,12 +18,13 @@ Use `FROM %%BASE_IMAGE%%` inside your docker file. We use alpine linux 3.5 for a
|
||||
|
||||
```json
|
||||
{
|
||||
'name': 'xy',
|
||||
'verson': '1.2',
|
||||
'description': 'long descripton',
|
||||
'startup': 'before|after',
|
||||
'ports': [123, ],
|
||||
'map_config': bool,
|
||||
'map_ssl': bool,
|
||||
"name": "xy",
|
||||
"verson": "1.2",
|
||||
"description": "long descripton",
|
||||
"startup": "before|after",
|
||||
"boot": "start|stop|manual",
|
||||
"ports": [123],
|
||||
"map_config": "bool",
|
||||
"map_ssl": "bool",
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user