Go to file
dependabot[bot] 37b6e09475
Bump coverage from 7.3.4 to 7.4.0 (#4790)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.3.4...7.4.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-28 09:22:22 +01:00
.devcontainer Update devcontainer.json to use the new format (#4665) 2023-11-03 12:01:48 +01:00
.github Bump actions/download-artifact from 4.0.0 to 4.1.0 (#4780) 2023-12-19 08:59:43 +01:00
.vscode Add support for network mounts (#4269) 2023-05-01 08:45:52 +02: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 Add support for setting target path in map config (#4694) 2023-12-27 15:14:23 -05:00
tests Add support for setting target path in map config (#4694) 2023-12-27 15:14:23 -05: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 tooling to target Python version 3.11 (#4666) 2023-11-03 12:02:55 +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 Revert "Revert "Update base images to 3.11-alpine3.18 (#4639)" (#4646)" (#4657) 2023-11-02 11:29:15 +01: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 Address pytest warnings (#4695) 2023-11-15 10:45:36 +01:00
requirements.txt Bump deepmerge from 1.1.0 to 1.1.1 (#4779) 2023-12-19 08:45:48 +01:00
requirements_tests.txt Bump coverage from 7.3.4 to 7.4.0 (#4790) 2023-12-28 09:22:22 +01:00
setup.cfg Mock services on session dbus in tests (#4160) 2023-03-08 11:10:24 +01:00
setup.py Remove all PyPi classifiers as this package is not published to PyPi (#4574) 2023-10-03 16:22:12 -04:00
tox.ini Bump tooling to target Python version 3.11 (#4666) 2023-11-03 12:02:55 +01: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.