- Notifications
You must be signed in to change notification settings - Fork690
🏡 Home Assistant Supervisor
License
NotificationsYou must be signed in to change notification settings
home-assistant/supervisor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Home Assistant (former Hass.io) is a container-based system for managing yourHome Assistant Core installation and related applications. The system iscontrolled via Home Assistant which communicates with the Supervisor. TheSupervisor provides an API to manage the installation. This includes changingnetwork settings or installing and updating software.
Installation instructions can be found athttps://home-assistant.io/getting-started.
For small changes and bugfixes you can just follow this, but for significant changes open a RFC first.Development instructions can be foundhere.
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
.
About
🏡 Home Assistant Supervisor