bestlibre / hassio

First private cloud OS for home automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HassIO

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.

HassIO-Addons | HassIO-Build

HassIO is under active development and is not ready yet for production use.

Installation

Installation instructions can be found at https://home-assistant.io/hassio.

HomeAssistant

SSL

All addons that create SSL certs follow the same file structure. If you use one, put follow lines in your configuration.yaml.

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

About

First private cloud OS for home automation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 52.1%Language:HTML 47.9%