Go to file
Pascal Vizeli 2fc5e3b7d9
Repair / fixup docker overlayfs issues (#1170)
* Add a repair modus

* Add repair to add-ons

* repair to cli

* Add API call

* fix sync call

* Clean all images

* Fix repair

* Fix supervisor

* Add new function to core

* fix tagging

* better style

* use retag

* new retag function

* Fix lint

* Fix import export
2019-08-07 17:26:32 +02:00
.devcontainer Don't relay on latest with HA/Addons (#1175) 2019-08-07 09:51:27 +02:00
.github Create stale.yml 2019-04-16 11:05:26 +02:00
.vscode Update panel & support panel on devcontainer (#1163) 2019-07-16 12:23:03 +02:00
hassio Repair / fixup docker overlayfs issues (#1170) 2019-08-07 17:26:32 +02:00
home-assistant-polymer@8238b700b0 Update panel & support panel on devcontainer (#1163) 2019-07-16 12:23:03 +02:00
misc Remove old security layer (#306) 2018-01-10 22:27:47 +01:00
script Update panel & support panel on devcontainer (#1163) 2019-07-16 12:23:03 +02:00
tests Add support for RPi4 (#1162) 2019-07-16 10:33:56 +02:00
.dockerignore Update panel & support panel on devcontainer (#1163) 2019-07-16 12:23:03 +02:00
.gitignore Update panel & support panel on devcontainer (#1163) 2019-07-16 12:23:03 +02:00
.gitmodules Update .gitmodules 2019-04-10 01:31:42 +02:00
.hadolint.yaml Update .hadolint.yaml 2019-04-14 01:06:21 +02:00
API.md Repair / fixup docker overlayfs issues (#1170) 2019-08-07 17:26:32 +02:00
Dockerfile Update panel & support panel on devcontainer (#1163) 2019-07-16 12:23:03 +02:00
LICENSE Update license to be Apache 2.0 2017-07-23 12:11:44 -07:00
MANIFEST.in add manifest (#34) 2017-05-08 00:44:07 +02:00
README.md Debugger (#1070) 2019-05-03 12:02:32 +02:00
azure-pipelines.yml Don't relay on latest with HA/Addons (#1175) 2019-08-07 09:51:27 +02:00
entry.sh Append devlinks to serial dev_list (#1131) 2019-06-24 09:53:54 +02:00
pylintrc Add Ingress support (#991) 2019-04-05 12:13:44 +02:00
requirements.txt Bump pytz from 2019.1 to 2019.2 (#1184) 2019-08-02 10:32:04 +02:00
requirements_tests.txt Bump flake8 from 3.7.7 to 3.7.8 (#1154) 2019-07-09 14:05:43 +02:00
setup.cfg Add Ingress support (#991) 2019-04-05 12:13:44 +02:00
setup.py Don't follow requests itself (#1106) 2019-05-31 13:53:46 +02:00
tox.ini Bump pytest from 4.6.3 to 5.0.1 (#1148) 2019-07-06 18:07:15 +02:00

README.md

Build Status

Hass.io

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.

Installation

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

Development

The development of the supervisor is a bit tricky. Not difficult but tricky.

  • You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-builder
  • Go into a HassOS device or VM and pull your supervisor.
  • Set the developer modus with cli hassio supervisor options --channel=dev
  • Tag it as homeassistant/xy-hassio-supervisor:latest
  • Restart the service like systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor
  • Test your changes

Small Bugfix or improvements, make a PR. Significant change makes first an RFC.