diff --git a/README.md b/README.md index 4bff271..8a242e9 100644 --- a/README.md +++ b/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", } ```