Go to file
Mike Degatano 60e5e76fbd Allow return of all addon info in one api 2023-06-22 17:50:03 -04:00
.devcontainer Fix devcontainer workspace and use env (#4302) 2023-05-18 15:23:12 -04:00
.github Bump dessant/lock-threads from 4.0.0 to 4.0.1 (#4378) 2023-06-13 10:35:16 +02:00
.vscode Add support for network mounts (#4269) 2023-05-01 08:45:52 +02:00
home-assistant-polymer@3be601a3b9 Bump frontend to 3be601a3 (#4382) 2023-06-16 14:02:41 +02:00
rootfs Support new s6 overlay (#3630) 2022-05-13 18:07:16 +02:00
scripts Fix update frontend script (#3244) 2021-10-19 19:42:47 +02:00
supervisor Allow return of all addon info in one api 2023-06-22 17:50:03 -04:00
tests Allow return of all addon info in one api 2023-06-22 17:50:03 -04: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 3.3.2 to 3.4.0 (#4285) 2023-05-09 13:22:58 +02:00
.vcnignore Sign code folder (#2725) 2021-03-16 15:47:40 +01:00
Dockerfile Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY for OpenSSL3 (#4342) 2023-06-05 12:07:57 -04: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 Update to python 3.11 (#4296) 2023-05-22 19:12:34 +02:00
codecov.yaml Remove annotations (#2007) 2020-09-03 16:36:09 +02:00
pylintrc Bump pylint from 2.15.10 to 2.17.1 (#4204) 2023-03-27 12:08:40 -04:00
pytest.ini Upgrade pytest-asyncio to 0.18.3 and pytest-aiohttp to 1.0.4 (#3711) 2022-06-30 11:05:18 -07:00
requirements.txt Bump sentry-sdk from 1.25.0 to 1.25.1 (#4350) 2023-06-08 11:04:23 +02:00
requirements_tests.txt Bump pyupgrade from 3.6.0 to 3.7.0 (#4393) 2023-06-20 10:37:34 -04:00
setup.cfg Mock services on session dbus in tests (#4160) 2023-03-08 11:10:24 +01:00
setup.py Add integrity check (#3608) 2022-04-30 10:14:43 +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.