mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-20 15:32:51 +00:00
ff640c598dbeeae71834e95f398862e8d5e83fab
* Support for repository store. * Fix api * part 1 of restruct and migrate pathlib * Migrate p2 * fix lint / cleanups * fix lint p2 * fix lint p3
HassIO
First private cloud solution for home automation.
It is a docker image (supervisor) they manage HomeAssistant docker and give a interface to control itself over UI. It have a own eco system with addons to extend the functionality in a easy way.
HassIO is at the moment on development and not ready to use productive!
Feature in progress
- Backup/Restore
- DHCP-Server addon
HomeAssistant
SSL
All addons they can create SSL certs do that in same schema. So you can put follow lines to your configuration.yaml.
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Install on a own System
- 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/
Description
Languages
Python
95.5%
JavaScript
4.4%
