You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
22 hours ago | |
---|---|---|
.devcontainer | 7 months ago | |
.github | 22 hours ago | |
.vscode | 1 year ago | |
home-assistant-polymer@9602c68640 | 3 weeks ago | |
rootfs | 11 months ago | |
scripts | 1 year ago | |
supervisor | 6 days ago | |
tests | 7 days ago | |
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 4 years ago | |
.hadolint.yaml | 2 years ago | |
.pre-commit-config.yaml | 2 months ago | |
.vcnignore | 2 years ago | |
Dockerfile | 7 months ago | |
LICENSE | 3 years ago | |
MANIFEST.in | 3 years ago | |
README.md | 2 years ago | |
build.yaml | 7 months ago | |
codecov.yaml | 3 years ago | |
pylintrc | 9 months ago | |
pytest.ini | 9 months ago | |
requirements.txt | 6 days ago | |
requirements_tests.txt | 23 hours ago | |
setup.cfg | 3 weeks ago | |
setup.py | 11 months ago | |
tox.ini | 2 years ago |
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:
- Pull requests are merged to the
main
branch. - A new build is pushed to the
dev
stage. - Releases are published.
- A new build is pushed to the
beta
stage. - The
stable.json
file is updated. - The build that was pushed to
beta
will now be pushed tostable
.