Go to file
Pascal Vizeli 0212d027fb
Add Audio layer / PulseAudio (#1523)
* Improve alsa handling

* use default from image

* create alsa folder

* Map config into addon

* Add Audio object

* Fix dbus

* add host group file

* Fix persistent file

* Use new template

* fix lint

* Fix lint

* add API

* Update new base image / build system

* Add audio container

* extend new audio settings

* provide pulse client config

* Adjust files

* Use without auth

* reset did not exists now

* cleanup old alsa layer

* fix tasks

* fix black

* fix lint

* Add dbus support

* add dbus adjustments

* Fixups
2020-02-25 18:37:06 +01:00
.devcontainer Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +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@8518f774d4 Update frontend (#1477) 2020-02-05 10:08:39 +01:00
rootfs/etc Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
scripts Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
supervisor Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +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 Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
Dockerfile Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +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 [skip ci] fix pipelines 2020-02-04 16:50:06 +00: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
entry.sh Append devlinks to serial dev_list (#1131) 2019-06-24 09:53:54 +02:00
pylintrc Add Ingress support (#991) 2019-04-05 12:13:44 +02:00
requirements.txt Bump gitpython from 3.0.8 to 3.1.0 (#1524) 2020-02-25 18:29:44 +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.