Go to file
Paulus Schoutsen ec897081cd
Update supervisor/api/__init__.py
2022-01-20 14:58:00 -08:00
.devcontainer Replace devcontainer (#3175) 2021-10-18 10:44:28 +02:00
.github Bump docker/login-action from 1.10.0 to 1.12.0 (#3375) 2021-12-21 10:51:43 +01:00
.vscode Replace devcontainer (#3175) 2021-10-18 10:44:28 +02:00
home-assistant-polymer@2f9c088091 Bump frontend to 2f9c0880 (#3374) 2021-12-20 11:51:31 +01:00
rootfs/etc Switch back to jemalloc (#2847) 2021-04-28 17:02:28 +02:00
scripts Fix update frontend script (#3244) 2021-10-19 19:42:47 +02:00
supervisor Update supervisor/api/__init__.py 2022-01-20 14:58:00 -08:00
tests Notify HA Core when backup is being executed (#3305) 2022-01-05 11:57:41 +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 Install vcn inside docker container (#2727) 2021-03-16 20:31:30 +01:00
.pre-commit-config.yaml Bump pyupgrade from 2.30.0 to 2.31.0 (#3390) 2022-01-06 16:14:24 +01:00
.vcnignore Sign code folder (#2725) 2021-03-16 15:47:40 +01:00
Dockerfile Remove vcn from Dockerfile (#3241) 2021-10-19 10:08:53 +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 Small README tweaks (#2460) 2021-01-24 21:18:06 +01:00
build.yaml Bump home-assistant/builder from 2021.09.0 to 2021.11.4 (#3323) 2021-11-29 15:43:04 +01:00
codecov.yaml Remove annotations (#2007) 2020-09-03 16:36:09 +02:00
pylintrc Support OS-Agent Data disk (#3120) 2021-09-17 15:01:07 +02:00
requirements.txt Bump sentry-sdk from 1.5.1 to 1.5.2 (#3398) 2022-01-11 09:04:24 +01:00
requirements_tests.txt Bump pre-commit from 2.16.0 to 2.17.0 (#3407) 2022-01-19 09:16:13 +01:00
setup.cfg Update to isort 5.9.3 (#3238) 2021-10-18 20:28:38 +02:00
setup.py Use Python dbus-next D-Bus library (#3234) 2021-10-18 23:06:44 +02:00
tox.ini Bump pylint from 2.8.3 to 2.9.1 (#2988) 2021-07-01 18:07:15 +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/getting-started.

Development

For small changes and bugfixes you can just follow this, but for significant changes open a RFC first. Development instructions can be found here.

Release

Releases are done in 3 stages (channels) with this structure:

  1. Pull requests are merged to the main branch.
  2. A new build is pushed to the dev stage.
  3. Releases are published.
  4. A new build is pushed to the beta stage.
  5. The stable.json file is updated.
  6. The build that was pushed to beta will now be pushed to stable.