Go to file
Pascal Vizeli 96c0fbaf10
Cli rebrand (#1601)
* Rebrand CLI

* forward

* Fix startup command

* add cli api

* Add token handling

* Fix security check

* fix repair

* fix lint

* Update for new cli

* Add watchdog

* rename

* use s6
2020-03-27 17:37:48 +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 Cli rebrand (#1601) 2020-03-27 17:37:48 +01:00
home-assistant-polymer@8518f774d4 Use shorter function for soundcard (#1535) 2020-02-27 17:22:12 +01:00
rootfs/etc Use DoT as fallback (#1597) 2020-03-27 00:38:54 +01:00
scripts Cli rebrand (#1601) 2020-03-27 17:37:48 +01:00
supervisor Cli rebrand (#1601) 2020-03-27 17:37:48 +01:00
tests Remove Home Panel Discovery (#1594) 2020-03-23 10:32:56 +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 Cli rebrand (#1601) 2020-03-27 17:37:48 +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 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 cchardet from 2.1.5 to 2.1.6 (#1593) 2020-03-18 15:21:12 +01:00
requirements_tests.txt Bump pytest from 5.3.5 to 5.4.1 (#1591) 2020-03-16 14:36:11 +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.