mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-20 02:18:59 +00:00
9ce9e10dfdb61068a2ad1828439458a85e82a2f8
* Split add-on store logic * finish data model * Cleanup models * Cleanup imports * split up store addons * More cleanup * Go to stable * Fix layout * Cleanup interface * Fix restore/snapshot * Fix algo * Fix reload task * Fix typing / remove indirect add-on references * Fix version * Fix repository data * Fix addon repo * Fix api check * Fix API return * Fix model * Temp fix available * Fix lint * Fix install * Fix partial restore * Fix store restore * Fix ingress port * Fix API * Fix style
Hass.io
First private cloud solution for home automation
Hass.io is a Docker-based system for managing your Home Assistant 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/hassio.
Development
The development of the supervisor is a bit tricky. Not difficult but tricky.
- You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-builder
- Go into a HassOS device or VM and pull your supervisor.
- Set the developer modus with cli
hassio supervisor options --channel=dev - Tag it as
homeassistant/xy-hassio-supervisor:latest - Restart the service like
systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor - Test your changes
Small Bugfix or improvements, make a PR. Significant change makes first an RFC.
Description
Languages
Python
95.2%
JavaScript
4.7%
