Go to file
Jan Čermák 906e400ab7
Fix submounts of /dev being read-only with Docker 25+ (#4997)
As described in #4996, Docker 25+ changes made sub-mounts of the /dev
filesystem to be mounted read-only. Revert to the previous behavior by
adjusting the ReadOnlyNonRecursive option. Cleaner way would be to
upstream support for setting this option via Mount class arguments, so
this change is meant to be rather a hotfix for the issue. Even better
approach would be mounting /dev non-recursively, and taking care of
creating all necessary filesystems when creating containers in
Supervisor.
2024-04-02 21:07:53 +02:00
.devcontainer Migrate to Ruff for lint and format (#4852) 2024-02-05 11:37:39 -05:00
.github Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#4984) 2024-03-27 08:33:54 +01:00
.vscode Migrate to Ruff for lint and format (#4852) 2024-02-05 11:37:39 -05:00
home-assistant-polymer@9d457d52e8 Update frontend (#4423) 2023-07-05 10:16:49 +02:00
rootfs/etc Avoid empty newlines in Supervisor logs (#4698) 2023-11-13 20:12:17 +01:00
scripts Fix update frontend script (#3244) 2021-10-19 19:42:47 +02:00
supervisor Fix submounts of /dev being read-only with Docker 25+ (#4997) 2024-04-02 21:07:53 +02:00
tests Fix submounts of /dev being read-only with Docker 25+ (#4997) 2024-04-02 21:07:53 +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 Revert "Revert "Update base images to 3.11-alpine3.18 (#4639)" (#4646)" (#4657) 2023-11-02 11:29:15 +01:00
.pre-commit-config.yaml Bump ruff from 0.1.14 to 0.2.1 (#4877) 2024-02-14 09:11:26 +01:00
.vcnignore Sign code folder (#2725) 2021-03-16 15:47:40 +01:00
Dockerfile Use find to delete files recursively (#4732) 2023-11-27 11:36:30 -05: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 base images to 3.12-alpine3.19 (#4995) 2024-04-02 12:25:32 +02:00
codecov.yaml Remove annotations (#2007) 2020-09-03 16:36:09 +02:00
pyproject.toml Migrate to Ruff for lint and format (#4852) 2024-02-05 11:37:39 -05:00
requirements.txt Bump gitpython from 3.1.42 to 3.1.43 (#4993) 2024-04-02 08:36:40 +02:00
requirements_tests.txt Bump ruff from 0.3.4 to 0.3.5 (#4994) 2024-04-02 08:38:36 +02:00
setup.py Migrate to pyproject.toml where possible (#4770) 2023-12-29 11:46:01 +01:00
tox.ini Migrate to Ruff for lint and format (#4852) 2024-02-05 11:37:39 -05: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.