1
mirror of https://github.com/home-assistant/supervisor synced 2024-08-05 03:49:58 +02:00
Go to file
2020-11-03 09:54:31 +01:00
.devcontainer Cleanup shutdown (#2025) 2020-09-07 18:45:22 +02:00
.github Fix missing metadata in the issue template (#2200) 2020-10-30 17:18:37 +01:00
.vscode Fix vscode tasks supervisor dir (#1719) 2020-05-11 18:22:01 +02:00
home-assistant-polymer@c4ed743370 Update frontend to c4ed7433 (#2157) 2020-10-21 20:52:02 +02:00
rootfs/etc Fix pulse cookie error (#2212) 2020-11-03 09:54:31 +01:00
scripts update branch 2020-10-22 11:32:24 +00:00
supervisor Add the log stream from docker if build fails (#2207) 2020-11-02 11:44:11 +01:00
tests Make startup more stable (#2167) 2020-10-23 16:48:03 +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 Prevent enable watchdog on startup once (#2005) 2020-09-03 16:36:45 +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
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
pylintrc Complete typehinting in CoreSys (#1745) 2020-05-22 17:05:40 +02:00
README.md Streamline version handling (#2155) 2020-10-21 13:40:38 +02:00
requirements_tests.txt Bump pre-commit from 2.8.1 to 2.8.2 (#2206) 2020-11-02 09:58:55 +01:00
requirements.txt Bump pytz from 2020.1 to 2020.4 (#2205) 2020-11-02 09:58:36 +01: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

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