Update Hass.io documents (#2565)

This commit is contained in:
Alok Saboo 2017-05-04 18:03:17 -04:00 committed by Pascal Vizeli
parent 59246885a4
commit 7d8d85919d
3 changed files with 9 additions and 8 deletions

View File

@ -16,7 +16,7 @@ footer: true
### {% linkable_title Host Control (HC) %} ### {% 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) - Power cycle (restart, turn off)
- Manage network settings - 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 %} ### {% 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 %} ### {% 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 %} ### {% linkable_title Configuration panel %}

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "Create an add-on for Hass.io" 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 date: 2017-04-30 13:28
sidebar: true sidebar: true
comments: false comments: false
@ -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. 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. `/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.

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "Create an add-on repository for Hass.io" title: "Create an add-on repository for Hass.io"
description: "Add-ons repositories allow ." description: "Add-ons repositories."
date: 2017-04-30 13:28 date: 2017-04-30 13:28
sidebar: true sidebar: true
comments: false 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-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 ```json
{ {
"name": "Needed, Name of repository", "name": "Needed, Name of repository",