1
mirror of https://github.com/home-assistant/supervisor synced 2024-08-05 03:49:58 +02:00
Go to file
Franck Nijhof 833559a3b3
Add initial GitHub Issue Form (#2485)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-01-30 19:35:15 +01:00
.devcontainer Adjust development tasks (#2425) 2021-01-12 13:50:11 +01:00
.github Add initial GitHub Issue Form (#2485) 2021-01-30 19:35:15 +01:00
.vscode Adjust development tasks (#2425) 2021-01-12 13:50:11 +01:00
home-assistant-polymer@86847263b8 Update frontend to 86847263 (#2483) 2021-01-29 18:23:58 +01:00
rootfs/etc Next generation hardware handling (#2429) 2021-01-28 15:26:56 +01:00
scripts Handle GPIO / VIDEO map with subystem (#2478) 2021-01-29 11:28:16 +01:00
supervisor Change handling kernel udev events (#2484) 2021-01-30 14:19:53 +01:00
tests Change handling kernel udev events (#2484) 2021-01-30 14:19:53 +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
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 Small README tweaks (#2460) 2021-01-24 21:18:06 +01:00
requirements_tests.txt Bump pre-commit from 2.9.3 to 2.10.0 (#2472) 2021-01-28 08:46:29 +01:00
requirements.txt Bump awesomeversion from 21.1.4 to 21.1.5 (#2481) 2021-01-29 14:10:06 +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

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.