mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
d119e99001e81692b57a6826f4045b2cd2cb631f
* Resolution: extend type and context * fix property * add helper * fix api * fix tests * Fix patch * finish tests * Update supervisor/resolution/const.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update supervisor/resolution/const.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Fix type * fix lint * Update supervisor/api/resolution.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update supervisor/resolution/__init__.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update API & add more tests * Update supervisor/api/resolution.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update supervisor/resolution/__init__.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update supervisor/resolution/__init__.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * fix black * remove azure ci * fix test * fix tests * fix tests * fix tests p2 Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
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/hassio.
Development
The development of the Supervisor is not difficult but tricky.
- You can use the builder to create your Supervisor: https://github.com/home-assistant/hassio-builder
- Access a HassOS device or VM and pull your Supervisor.
- Set the developer modus with the CLI tool:
ha supervisor options --channel=dev - Tag it as
homeassistant/xy-hassio-supervisor:latest - Restart the service with
systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor - Test your changes
For small bugfixes or improvements, make a PR. For significant changes open a RFC first, please. Thanks.
Description
Languages
Python
95.2%
JavaScript
4.7%