Go to file
Pascal Vizeli 9393521f98
Update Panel for audio (#1533)
2020-02-27 13:47:46 +01:00
.devcontainer Add Pulse audio control basics (#1525) 2020-02-26 11:48:11 +01:00
.github Add configuration for Lock Threads on closed pull requests (#1424) 2020-01-09 11:40:23 +01:00
.vscode Stats percent (#1205) 2019-08-14 10:47:11 +02:00
home-assistant-polymer@6b1e5a525f Update Panel for audio (#1533) 2020-02-27 13:47:46 +01:00
rootfs/etc Add Pulse audio control basics (#1525) 2020-02-26 11:48:11 +01:00
scripts Observe host hardware for realtime actions (#1530) 2020-02-27 10:31:35 +01:00
supervisor Update Panel for audio (#1533) 2020-02-27 13:47:46 +01:00
tests Rename Hass.io -> Supervisor (#1522) 2020-02-21 17:55:41 +01:00
.dockerignore Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
.gitignore Fix issue with windows dev env 2019-08-14 10:37:39 +00:00
.gitmodules Update .gitmodules 2019-04-10 01:31:42 +02:00
.hadolint.yaml Update .hadolint.yaml 2019-04-14 01:06:21 +02:00
API.md Add Pulse audio control basics (#1525) 2020-02-26 11:48:11 +01:00
Dockerfile Support profiles on template (#1527) 2020-02-26 14:28:09 +01:00
LICENSE Update license to be Apache 2.0 2017-07-23 12:11:44 -07:00
MANIFEST.in Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
README.md Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
azure-pipelines-ci.yml Add Pulse audio control basics (#1525) 2020-02-26 11:48:11 +01:00
azure-pipelines-release.yml Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
azure-pipelines-wheels.yml [skip ci] fix pipelines 2020-02-04 16:50:06 +00:00
build.json Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
pylintrc Add Ingress support (#991) 2019-04-05 12:13:44 +02:00
requirements.txt Support profiles on template (#1527) 2020-02-26 14:28:09 +01:00
requirements_tests.txt Bump pytest from 5.3.4 to 5.3.5 (#1463) 2020-01-30 17:03:31 +01:00
setup.cfg Add Ingress support (#991) 2019-04-05 12:13:44 +02:00
setup.py Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
tox.ini Rename Hass.io -> Supervisor (#1522) 2020-02-21 17:55:41 +01:00

README.md

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.