1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
Pascal Vizeli f0ed2eba2b Multicast support on Hass.io Network (#1634)
* Add multicast layer to docker

* support network forward

* add pluginmanager

* finish multicast plugin

* fix lint

* Add shutdown for plugins

* Add API

* Add watchdog

* Fix black

* Fix path
2020-04-05 23:26:22 +02:00
2020-03-27 17:37:48 +01:00
2020-03-27 00:38:54 +01:00
2020-03-27 17:37:48 +01:00
2020-03-23 10:32:56 +01:00
2019-08-14 10:37:39 +00:00
2019-04-10 01:31:42 +02:00
2019-04-14 01:06:21 +02:00
2020-04-05 16:23:52 +02:00
2019-04-05 12:13:44 +02:00
2020-02-25 18:37:06 +01:00
2019-04-05 12:13:44 +02:00
2020-04-05 01:20:49 +02:00
2020-02-21 17:55:41 +01:00

Build Status

Home Assistant Supervisor

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.

Languages
Python 95.2%
JavaScript 4.7%