Go to file
Franck Nijhof 37c393f857
Add mypy cache files to .gitignore (#1737)
2020-05-21 12:07:20 +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@300c8d06c4 Update panel for markdown fixes (#1732) 2020-05-20 17:51:24 +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 Add Docker info & check (#1736) 2020-05-21 12:06:27 +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 mypy cache files to .gitignore (#1737) 2020-05-21 12:07:20 +02: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 Docker info & check (#1736) 2020-05-21 12:06:27 +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 Cleanup and speedup pylint (#1735) 2020-05-21 12:01:43 +02:00
requirements.txt Bump pulsectl from 20.4.3 to 20.5.0 (#1731) 2020-05-20 14:42:23 +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.