Go to file
Pascal Vizeli 4b4d6c6866
Update LICENSE
2020-07-29 14:45:37 +02:00
.devcontainer Fix symlink snapshot (#1833) 2020-07-14 15:39:03 +02:00
.github Bump actions/upload-artifact from 2.1.0 to v2.1.1 (#1860) 2020-07-28 10:04:50 +02:00
.vscode Fix vscode tasks supervisor dir (#1719) 2020-05-11 18:22:01 +02:00
home-assistant-polymer@a674ce36e4 Update frontend to a674ce3 (#1816) 2020-07-05 21:27:39 +02:00
rootfs/etc Fix S6 supervisor not listening in finish script (#1741) 2020-05-22 16:42:35 +02:00
scripts Update frontend panel to 750e7b (#1811) 2020-07-02 19:35:43 +02:00
supervisor Add missing debug information (#1859) 2020-07-27 15:37:26 +02:00
tests Support to exclude machine (#1835) 2020-07-15 14:53:44 +02:00
.dockerignore Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
.gitignore Add mypy cache files to .gitignore (#1737) 2020-05-21 12:07:20 +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
.pre-commit-config.yaml Add QA/CI to Supervisor (#1814) 2020-07-05 20:20:29 +02:00
API.md Expose all services/discovery with possible add-ons (#1772) 2020-06-02 15:17:24 +02:00
Dockerfile Add timeout for clean shutdown (#1650) 2020-04-10 23:31:24 +02:00
LICENSE Update LICENSE 2020-07-29 14:45:37 +02:00
MANIFEST.in Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
README.md Remove Azure CI badge (#1648) 2020-04-11 14:07:19 +02:00
azure-pipelines-ci.yml Migrate to python 3.8 (#1824) 2020-07-13 22:26:41 +02:00
azure-pipelines-release.yml Migrate to python 3.8 (#1824) 2020-07-13 22:26:41 +02:00
azure-pipelines-wheels.yml Update azure-pipelines-wheels.yml 2020-07-16 15:51:14 +02:00
build.json Migrate to python 3.8 (#1824) 2020-07-13 22:26:41 +02:00
codecov.yaml Add QA/CI to Supervisor (#1814) 2020-07-05 20:20:29 +02:00
pylintrc Complete typehinting in CoreSys (#1745) 2020-05-22 17:05:40 +02:00
requirements.txt Bump colorlog from 4.1.0 to 4.2.1 (#1854) 2020-07-24 13:21:02 +02:00
requirements_tests.txt Bump coverage from 5.2 to 5.2.1 (#1857) 2020-07-27 12:55:38 +02:00
setup.cfg Improve flake8 configuration and pydocstyle fixes (#1742) 2020-05-22 13:38:57 +02:00
setup.py Migrate to python 3.8 (#1824) 2020-07-13 22:26:41 +02:00
tox.ini Migrate to python 3.8 (#1824) 2020-07-13 22:26:41 +02:00

README.md

Home Assistant Supervisor

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.