mark HassIO 0.4 as productive

This commit is contained in:
pvizeli 2017-04-05 11:04:02 +02:00
parent 93c2346daa
commit 47f74de02c
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in
- **0.1**: Initial supervisor with setup HomeAssistant docker
- **0.2**: Support for basic HostControll
- **0.3**: Refactor code and add basic rest api
- **0.4**: Move network api code / ssl folder
# 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.

View File

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