Go to file
Pascal Vizeli 127073c01b
Small cleanup & adjustments for 236 (#1978)
2020-08-27 10:33:35 +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@c1a4b27bc7 Update frontend to c1a4b27 (#1974) 2020-08-26 18:24:22 +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 Small cleanup & adjustments for 236 (#1978) 2020-08-27 10:33:35 +02:00
tests Small cleanup & adjustments for 236 (#1978) 2020-08-27 10:33:35 +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 Watchdog for Add-ons (#1970) 2020-08-26 22:20:35 +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 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 cryptography from 3.0 to 3.1 (#1977) 2020-08-27 10:18:24 +02:00
requirements_tests.txt Update black 20.8b1 (#1976) 2020-08-26 23:01:29 +02:00
setup.cfg Improve flake8 configuration and pydocstyle fixes (#1742) 2020-05-22 13:38:57 +02:00
setup.py Fix setup module list (#1952) 2020-08-20 11:35:05 +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.