From 7d8d85919dc20d8b519fc976f9dd55d53a6bb735 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Thu, 4 May 2017 18:03:17 -0400 Subject: [PATCH] Update Hass.io documents (#2565) --- source/hassio/architecture.markdown | 6 +++--- source/hassio/create_hassio_addon.markdown | 6 +++--- source/hassio/create_hassio_addon_repository.markdown | 5 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/source/hassio/architecture.markdown b/source/hassio/architecture.markdown index 2bc1fd400f9..5dbb1c4354e 100644 --- a/source/hassio/architecture.markdown +++ b/source/hassio/architecture.markdown @@ -16,7 +16,7 @@ footer: true ### {% linkable_title Host Control (HC) %} -This is a daemon that runs on the host machine that allows the supervisor to control certain aspects of the host OS: +This is a daemon running on the host machine that allows the supervisor to control certain aspects of the host OS: - Power cycle (restart, turn off) - Manage network settings @@ -24,11 +24,11 @@ This is a daemon that runs on the host machine that allows the supervisor to con ### {% linkable_title Host %} -The operating system that runs Hass.io. Our pre-build images are based on [ResinOS]. Any Linux machine can be turned into a Hass.io host by running [the installer][linux]. +Our pre-build images are based on [ResinOS]. Any Linux machine can be turned into a Hass.io host by running [the installer][linux]. ### {% linkable_title Supervisor %} -The supervisor offers an API to manage the host and the running Docker containers. +The supervisor offers an API to manage the host and running the Docker containers. ### {% linkable_title Configuration panel %} diff --git a/source/hassio/create_hassio_addon.markdown b/source/hassio/create_hassio_addon.markdown index 7a4cc06c43f..212e096ec59 100644 --- a/source/hassio/create_hassio_addon.markdown +++ b/source/hassio/create_hassio_addon.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Create an add-on for Hass.io" -description: "Steps on how to create an add-on for Hass.io." +description: "Steps on how-to create an add-on for Hass.io." date: 2017-04-30 13:28 sidebar: true comments: false @@ -20,7 +20,7 @@ addon_name: run.sh ``` -All add-ons are based on Alpine Linux 3.5. You can use `FROM %%BASE_IMAGE%%` inside your docker file to build the right arch or for automatic build with our scripts. +All add-ons are based on Alpine Linux 3.5. You can use `FROM %%BASE_IMAGE%%` inside your docker file to build the right arch or for automatic build with our scripts. Your Docker need also a env variable `VERSION` with the version of the add-on. With our build system include this line: ``` @@ -90,5 +90,5 @@ We support: Default you can use `fullchain.pem` and `privkey.pem` from `/ssl` for you stuff. Your SSL addon should also create default this files. -### {% linkable_title Need to known %} +### {% linkable_title Need to know %} `/data` is a volume with a persistant store. `/data/options.json` have the user config inside. You can use `jq` inside shell script to parse this data. diff --git a/source/hassio/create_hassio_addon_repository.markdown b/source/hassio/create_hassio_addon_repository.markdown index 2393ef78fab..fa71064d5ec 100644 --- a/source/hassio/create_hassio_addon_repository.markdown +++ b/source/hassio/create_hassio_addon_repository.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Create an add-on repository for Hass.io" -description: "Add-ons repositories allow ." +description: "Add-ons repositories." date: 2017-04-30 13:28 sidebar: true comments: false @@ -13,7 +13,8 @@ Look to our example [repository](https://github.com/home-assistant/hassio-addons Add-ons repository can have multible add-ons with diferents folders or it can be a single add-on. It is importent that you add the json file to root. -Add a `repository.json` to root of your git repository with: +Add a `repository.json` to the root of your git repository with: + ```json { "name": "Needed, Name of repository",