Go to file
Pascal Vizeli 796f9a203e
Rename zwave_mqtt to ozw (#1729)
2020-05-19 16:54:50 +02: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 Fix vscode tasks supervisor dir (#1719) 2020-05-11 18:22:01 +02:00
home-assistant-polymer@3febf059ec Bump forntend (#1710) 2020-05-08 13:58:20 +02:00
rootfs/etc Use DoT as fallback (#1597) 2020-03-27 00:38:54 +01:00
scripts Support plugin requirements & mdns (#1638) 2020-04-07 12:08:29 +02:00
supervisor Rename zwave_mqtt to ozw (#1729) 2020-05-19 16:54:50 +02:00
tests Rename zwave_mqtt to ozw (#1729) 2020-05-19 16:54:50 +02:00
.dockerignore Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
.gitignore Add debug 2020-04-21 13:09:52 +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 Readd audio api 2020-04-11 13:35:26 +02:00
Dockerfile Add timeout for clean shutdown (#1650) 2020-04-10 23:31:24 +02:00
LICENSE relicense project 2020-04-05 16:23:52 +02:00
MANIFEST.in Add Audio layer / PulseAudio (#1523) 2020-02-25 18:37:06 +01:00
README.md Remove Azure CI badge (#1648) 2020-04-11 14:07:19 +02: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 Update azure-pipelines-wheels.yml for Azure Pipelines 2020-03-21 09:13:13 +01: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 Bump packaging from 20.3 to 20.4 (#1728) 2020-05-19 16:33:31 +02:00
requirements_tests.txt Bump flake8 from 3.7.9 to 3.8.1 (#1722) 2020-05-18 10:58:43 +02:00
setup.cfg Add Ingress support (#991) 2019-04-05 12:13:44 +02:00
setup.py Plugin cleanup (#1632) 2020-04-05 01:20:49 +02:00
tox.ini Lint tests during tox (#1721) 2020-05-18 10:06:07 +02:00

README.md

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.