1
mirror of https://github.com/home-assistant/supervisor synced 2024-10-02 06:19:58 +02:00
Go to file
Pascal Vizeli 32af7ef28b
Support USB discovery (#3100)
* Support USB discovery

* fix policy

* Fix scan command

* address comments

Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-09-02 20:34:18 +02:00
.devcontainer Codenotary vcn 0.9.8 - System trust check (#3070) 2021-08-24 12:19:08 +02:00
.github Fix command for disable content-trust (#3078) 2021-08-26 17:18:00 +02:00
.vscode Update translations as a part of updating the frontend (#3096) 2021-09-01 13:59:12 +02:00
home-assistant-polymer@ac64d293e7 Update translations as a part of updating the frontend (#3096) 2021-09-01 13:59:12 +02:00
rootfs/etc Switch back to jemalloc (#2847) 2021-04-28 17:02:28 +02:00
scripts Update translations as a part of updating the frontend (#3096) 2021-09-01 13:59:12 +02:00
supervisor Support USB discovery (#3100) 2021-09-02 20:34:18 +02:00
tests Ignore rootfs (#3097) 2021-09-01 13:58:48 +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 Install vcn inside docker container (#2727) 2021-03-16 20:31:30 +01:00
.pre-commit-config.yaml Bump black from 21.7b0 to 21.8b0 (#3088) 2021-08-30 10:20:14 +02:00
.vcnignore Sign code folder (#2725) 2021-03-16 15:47:40 +01:00
build.json Codenotary vcn 0.9.8 - System trust check (#3070) 2021-08-24 12:19:08 +02:00
codecov.yaml Remove annotations (#2007) 2020-09-03 16:36:09 +02:00
Dockerfile Codenotary vcn 0.9.8 - System trust check (#3070) 2021-08-24 12:19:08 +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 Bump pylint from 2.8.3 to 2.9.1 (#2988) 2021-07-01 18:07:15 +02:00
README.md Small README tweaks (#2460) 2021-01-24 21:18:06 +01:00
requirements_tests.txt Bump pytest from 6.2.4 to 6.2.5 (#3092) 2021-08-31 08:19:36 +02:00
requirements.txt Bump awesomeversion from 21.8.0 to 21.8.1 (#3074) 2021-08-26 14:51:24 +02:00
setup.cfg Improve flake8 configuration and pydocstyle fixes (#1742) 2020-05-22 13:38:57 +02:00
setup.py Rename snapshot -> backup (#2940) 2021-07-27 10:06:09 +02:00
tox.ini Bump pylint from 2.8.3 to 2.9.1 (#2988) 2021-07-01 18:07:15 +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.