Select Release 0.5 as stable

This commit is contained in:
pvizeli 2017-04-07 11:58:40 +02:00
parent fe4e1a1933
commit 820daa4f2b
3 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in
- **0.2**: Support for basic HostControll - **0.2**: Support for basic HostControll
- **0.3**: Refactor code and add basic rest api - **0.3**: Refactor code and add basic rest api
- **0.4**: Move network api code / ssl folder - **0.4**: Move network api code / ssl folder
- **0.5**: Make api compatible to hass component v1
# Hardware Image # Hardware Image
The image is based on ResinOS and Yocto Linux. It comes with the HassIO supervisor pre-installed. This includes support to update the supervisor over the air. After flashing your host OS will not require any more maintenance! The image does not include Home Assistant, instead it will downloaded when the image boots up for the first time. The image is based on ResinOS and Yocto Linux. It comes with the HassIO supervisor pre-installed. This includes support to update the supervisor over the air. After flashing your host OS will not require any more maintenance! The image does not include Home Assistant, instead it will downloaded when the image boots up for the first time.

View File

@ -1,5 +1,5 @@
{ {
"hassio_tag": "0.4", "hassio_tag": "0.5",
"homeassistant_tag": "0.41", "homeassistant_tag": "0.41",
"resinos_version": "0.3", "resinos_version": "0.3",
"resinhup_version": "0.1" "resinhup_version": "0.1"

View File

@ -1,5 +1,5 @@
{ {
"hassio_tag": "0.4", "hassio_tag": "0.5",
"homeassistant_tag": "0.41", "homeassistant_tag": "0.41",
"resinos_version": "0.3", "resinos_version": "0.3",
"resinhup_version": "0.1" "resinhup_version": "0.1"