Skip to content

home-assistant/supervisor

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34301b1 Â· Jan 22, 2025
Jan 21, 2025
Jan 21, 2025
Feb 5, 2024
Nov 13, 2023
Jan 22, 2025
Jan 22, 2025
Feb 25, 2020
May 21, 2020
Jan 13, 2025
Nov 2, 2023
Jan 21, 2025
Mar 16, 2021
Jul 3, 2024
Jul 29, 2020
Feb 25, 2020
Sep 30, 2024
Jan 21, 2025
Sep 3, 2020
Jan 21, 2025
Jan 21, 2025
Jan 21, 2025
Aug 13, 2024
Feb 5, 2024

Repository files navigation

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.

Home Assistant - A project from the Open Home Foundation