Go to file
dependabot[bot] b1a23f3980
Bump pylint from 2.13.9 to 2.14.3 (#3685)
* Bump pylint from 2.13.9 to 2.14.3

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.9 to 2.14.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.9...v2.14.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Remove non-existent or optional checkers

- `abstract-class-little-used` was removed in pylint [1.4.3](https://pylint.pycqa.org/en/latest/whatsnew/1/1.4.html#what-s-new-in-pylint-1-4-3)
- `no-self-use` became optional in pylint [2.14](https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers)
- `redefined-variable-type` doesn't exist. It's actually [`multiple_types`](https://pylint.pycqa.org/en/latest/user_guide/checkers/extensions.html#pylint-extensions-redefined-variable-type) and it's optional.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
2022-06-22 14:30:57 -04:00
.devcontainer Use volume as Docker storage location (#3337) 2022-05-11 12:23:28 +02:00
.github Bump home-assistant/builder from 2022.03.1 to 2022.06.1 (#3683) 2022-06-14 16:26:44 +02:00
.vscode Replace devcontainer (#3175) 2021-10-18 10:44:28 +02:00
home-assistant-polymer@e7848262ea Cleanup API / old rebranding (#3623) 2022-06-21 15:19:04 +02:00
rootfs Support new s6 overlay (#3630) 2022-05-13 18:07:16 +02:00
scripts Fix update frontend script (#3244) 2021-10-19 19:42:47 +02:00
supervisor Verify the cgroup supported level (#3688) 2022-06-22 11:22:27 -04:00
tests Verify the cgroup supported level (#3688) 2022-06-22 11:22:27 -04: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 pyupgrade from 2.32.0 to 2.32.1 (#3621) 2022-05-05 09:53:35 +02:00
.vcnignore Sign code folder (#2725) 2021-03-16 15:47:40 +01:00
Dockerfile Using CAS for content-trust (#3382) 2022-02-10 09:21:21 +01: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 CAS to 1.0.2 (#3448) 2022-02-15 16:27:18 +01:00
codecov.yaml Remove annotations (#2007) 2020-09-03 16:36:09 +02:00
pylintrc Bump pylint from 2.13.9 to 2.14.3 (#3685) 2022-06-22 14:30:57 -04:00
requirements.txt Bump awesomeversion from 22.5.1 to 22.5.2 (#3659) 2022-05-30 10:58:53 +02:00
requirements_tests.txt Bump pylint from 2.13.9 to 2.14.3 (#3685) 2022-06-22 14:30:57 -04:00
setup.cfg Update to isort 5.9.3 (#3238) 2021-10-18 20:28:38 +02:00
setup.py Add integrity check (#3608) 2022-04-30 10:14:43 +02:00
tox.ini Bump pylint from 2.8.3 to 2.9.1 (#2988) 2021-07-01 18:07:15 +02: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.