1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
Pascal Vizeli 6b16da93cd WIP: Refactory / Cleanup docker base (#73)
* Refactory / Cleanup docker base

* Check ID of running image

* Small bugs / lint

* Add log info

* Fix lint

* Add a real cleanup solution

* fix unused import

* Cleanup restart after updates

* Use restart callback

* rename callback

* Add info log for cleanup & fix lint

* Fix lint

* fix wrong id

* fix set addon as install
2017-05-31 23:41:04 +02:00
2017-05-10 17:01:35 +02:00
2017-03-28 00:05:13 +02:00
2017-05-13 17:41:46 +02:00
2017-04-06 11:59:14 +02:00
2017-05-22 22:56:44 +02:00
2017-03-14 09:54:16 +01:00
2017-05-08 00:44:07 +02:00
2017-04-06 11:52:28 +02:00
2017-05-21 17:13:36 -07:00
2017-05-22 22:56:44 +02:00
2017-04-06 11:52:28 +02:00
2017-05-23 23:58:20 +02:00

HassIO

First private cloud solution for home automation.

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.

HassIO-Addons | HassIO-Build

HassIO is under active development and is not ready yet for production use.

Installation

Installation instructions can be found at https://home-assistant.io/hassio.

HomeAssistant

SSL

All addons that create SSL certs follow the same file structure. If you use one, put follow lines in your configuration.yaml.

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
Languages
Python 95.2%
JavaScript 4.7%