Go to file
Pascal Vizeli 2d294f6841
Make evaluation of container better (#2316)
2020-11-30 18:00:12 +01:00
.devcontainer Cleanup shutdown (#2025) 2020-09-07 18:45:22 +02:00
.github Bump actions/stale from v3.0.13 to v3.0.14 (#2286) 2020-11-23 09:36:20 +01:00
.vscode Fix vscode tasks supervisor dir (#1719) 2020-05-11 18:22:01 +02:00
home-assistant-polymer@1d367eca69 Update frontend panel to 1d367eca (#2293) 2020-11-24 11:56:35 +01:00
rootfs/etc Soft restart supervisor (#2281) 2020-11-21 12:48:16 +01:00
scripts Handle Store suggestion (#2306) 2020-11-28 15:03:44 +01:00
supervisor Make evaluation of container better (#2316) 2020-11-30 18:00:12 +01:00
tests Make evaluation of container better (#2316) 2020-11-30 18:00:12 +01: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 Prevent enable watchdog on startup once (#2005) 2020-09-03 16:36:45 +02:00
Dockerfile Make sure we use localhost for watchdog (#2031) 2020-09-08 13:50:33 +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 Streamline version handling (#2155) 2020-10-21 13:40:38 +02:00
azure-pipelines-wheels.yml update branch 2020-10-22 11:32:24 +00: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 docker from 4.3.1 to 4.4.0 (#2292) 2020-11-24 08:49:22 +01:00
requirements_tests.txt Bump pre-commit from 2.9.0 to 2.9.2 (#2300) 2020-11-26 08:30:35 +01:00
setup.cfg Improve flake8 configuration and pydocstyle fixes (#1742) 2020-05-22 13:38:57 +02:00
setup.py Optimize flow / reduce call time (#2250) 2020-11-13 12:19:10 +01: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.

Release

Follow is the relase circle process:

  1. Merge master into dev / make sure version stay on dev
  2. Merge dev into master
  3. Bump the release on master
  4. Create a GitHub Release from master with the right version tag