+ Hass.io Development +
++
Seen all the Hass.io stuff and want to built on top of it? That’s awesome.
+Before you get started with development, get familiar with the architecture.
+[Placeholder]
+diff --git a/addons/index.html b/addons/index.html index c108c2f935..bf345702c5 100644 --- a/addons/index.html +++ b/addons/index.html @@ -67,7 +67,7 @@
Add-ons are extensions for your Home Assistant installation.
[Placeholder]
+
+
+ Architecture overview of Hass.io
+
This is a daemon that runs on the host machine that allows the supervisor to control certain aspects of the host OS:
+The operating system that runs Hass.io. Our pre-build images are based on ResinOS. Any Linux machine can be turned into a Hass.io host by running the installer.
+The supervisor offers an API to manage the host and the running Docker containers.
+The configuration panel lives inside the supervisor but is accessible via the Home Assistant user interface. The configuration panel allows the user to manage the installation.
[Placeholder]
+For now, see the instructions in the add-on repository.
Seen all the Hass.io stuff and want to built on top of it? That’s awesome.
+Before you get started with development, get familiar with the architecture.
+[Placeholder]
+[Placeholder]
+Hass.io turns your Raspberry Pi (or other device) into the ultimate Home Automation hub. It takes away all the hassle of installing Home Assistant and related applications and keeping them up to date. Updates to the operating system, Home Assistant and any add-ons can be done via the Home Assistant UI with a single click.
[Placeholder]
+Hass.io images are available for all available Raspberry Pi platforms. Download the appropriate image for your Raspberry Pi:
+ +Once downloaded, write it to an SD card using Etcher. Then put the SD card into your Raspberry Pi and turn it on. You will be able to reach your installation on http://hassio.local.
+For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, follow these instructions.