mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
a4f74676b64f3de2a2772f9a8963f2167e81bcf4
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 is under active development and is not ready yet for production use.
Installing Hass.io
- Generic Linux installation: https://github.com/home-assistant/hassio-build/tree/master/install
- Hardware Images: https://github.com/home-assistant/hassio-build/blob/master/meta-hassio/
Feature in progress
- Backup/Restore
- DHCP-Server addon
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
Description
Languages
Python
95.2%
JavaScript
4.7%
