1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00
Pascal Vizeli aa5297026f Handle Store suggestion (#2306)
* Handle Store suggestion

* Add fixup

* Add more fixup & list

* Enable fixups

* Add tests

* fix index

* fix break

* fix import

* Load it anyway

* Run suFix ccestion on load too

* fix error message

* fix error message

* Fix remove

* Finishing

* Add tests

* Fix error

* fix cleanup stale stuff

* Fix source

* use source as url

* add test for url

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2020-11-28 15:03:44 +01:00
2020-09-07 18:45:22 +02:00
2020-11-28 15:03:44 +01:00
2020-11-28 15:03:44 +01:00
2019-04-10 01:31:42 +02:00
2019-04-14 01:06:21 +02:00
2020-10-22 11:32:24 +00:00
2020-07-13 22:26:41 +02:00
2020-09-03 16:36:09 +02:00
2020-07-29 14:45:37 +02:00
2020-10-21 13:40:38 +02:00
2020-07-13 22:26:41 +02:00

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.

Release

Follow is the relase circle process:

  1. Merge master into dev / make sure version stay on dev
  2. Merge dev into master
  3. Bump the release on master
  4. Create a GitHub Release from master with the right version tag
Languages
Python 95.2%
JavaScript 4.7%