Go to file
Joakim Sørensen e4d49bb459
Remove annotations (#2007)
2020-09-03 16:36:09 +02:00
.devcontainer Fix symlink snapshot (#1833) 2020-07-14 15:39:03 +02:00
.github Bump getsentry/action-release from v1.0.0 to v1.0.1 (#1971) 2020-08-26 08:37:45 +02:00
.vscode Fix vscode tasks supervisor dir (#1719) 2020-05-11 18:22:01 +02:00
home-assistant-polymer@c7f8fe1468 Update frontend to c7f8fe1 (#2002) 2020-09-02 16:06:20 +02:00
rootfs/etc Make udev more robust (#1875) 2020-08-07 14:03:55 +02:00
scripts Update frontend panel to 750e7b (#1811) 2020-07-02 19:35:43 +02:00
supervisor Update frontend to c7f8fe1 (#2002) 2020-09-02 16:06:20 +02:00
tests Format API error messages (#1997) 2020-08-30 17:53:10 +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 Update black 20.8b1 (#1976) 2020-08-26 23:01:29 +02:00
API.md fix dns server description 2020-08-30 21:59:47 +02:00
Dockerfile Remove old dns forwarder (#1945) 2020-08-18 21:40:52 +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 Update README (#1662) 2020-04-14 13:38:00 +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 Remove annotations (#2007) 2020-09-03 16:36:09 +02:00
pylintrc Complete typehinting in CoreSys (#1745) 2020-05-22 17:05:40 +02:00
requirements.txt Bump sentry-sdk from 0.17.2 to 0.17.3 (#2003) 2020-09-03 09:16:17 +02:00
requirements_tests.txt Bump pydocstyle from 5.1.0 to 5.1.1 (#1998) 2020-08-31 09:45:51 +02:00
setup.cfg Improve flake8 configuration and pydocstyle fixes (#1742) 2020-05-22 13:38:57 +02:00
setup.py Split payload so we can set auto without IP configuration (#1982) 2020-08-28 10:40:50 +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

Home Assistant (former Hass.io) is a container-based system for managing your Home Assistant Core 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 not difficult but tricky.

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

For small bugfixes or improvements, make a PR. For significant changes open a RFC first, please. Thanks.