From 303e74128930831146016a0b5e28c837e00df017 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 3 May 2017 00:15:19 +0200 Subject: [PATCH 1/4] Pump version --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 8acc3e84c..194b54913 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.20' +HASSIO_VERSION = '0.21' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json') From e6e1367cd657bdd26820fbfc83260e8b612bdc91 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 3 May 2017 21:39:38 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dba550240..4d6cdbfbb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ # HassIO -First private cloud solution for home automation. +### First private cloud solution for home automation. -It is a docker image (supervisor) they manage HomeAssistant docker and give a interface to control itself over UI. It have a own eco system with addons to extend the functionality in a easy way. +Hass.io is a Docker based system for managing your Home Assistant installation and related applications. The system is controlled via Home Assistant which communicates with the supervisor. The supervisor provides an API to manage the installation. This includes changing network settings or installing and updating software. ![](misc/hassio.png?raw=true) [HassIO-Addons](https://github.com/home-assistant/hassio-addons) | [HassIO-Build](https://github.com/home-assistant/hassio-build) -**HassIO is at the moment on development and not ready to use productive!** +**HassIO is under active development and is not ready yet for production use.** + +## Installing Hass.io + +- Generic Linux installation: https://github.com/home-assistant/hassio-build/tree/master/install +- Hardware Images: https://github.com/home-assistant/hassio-build/blob/master/meta-hassio/ ## Feature in progress - Backup/Restore @@ -17,14 +22,10 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in ## SSL -All addons they can create SSL certs do that in same schema. So you can put follow lines to your `configuration.yaml`. +All addons that create SSL certs follow the same file structure. If you use one, put follow lines in your `configuration.yaml`. + ```yaml http: ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem ``` - -## Install on a own System - -- Generic Linux installation: https://github.com/home-assistant/hassio-build/tree/master/install -- Hardware Images: https://github.com/home-assistant/hassio-build/blob/master/meta-hassio/ From a1c443a6f2e08bf5354724c55839fbd51eab7580 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 May 2017 20:47:51 +0200 Subject: [PATCH 3/4] Update to ResinOS 0.7 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index b2068bad3..a7496a5a6 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "hassio": "0.20", "homeassistant": "0.43.2", - "resinos": "0.6", + "resinos": "0.7", "resinhup": "0.1", "generic": "0.3" } From 4680ba6d0dd539c3cbe2c5df374be952c77c81a8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 7 May 2017 09:06:48 +0200 Subject: [PATCH 4/4] Update HASS Version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index a7496a5a6..72c5c802b 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "hassio": "0.20", - "homeassistant": "0.43.2", + "homeassistant": "0.44", "resinos": "0.7", "resinhup": "0.1", "generic": "0.3"