diff --git a/docs/User-Guide_Armbian-Software/HomeAutomation.md b/docs/User-Guide_Armbian-Software/HomeAutomation.md index fb6b93d5..e9902fe2 100644 --- a/docs/User-Guide_Armbian-Software/HomeAutomation.md +++ b/docs/User-Guide_Armbian-Software/HomeAutomation.md @@ -52,6 +52,32 @@ armbian-config --cmd HAB003 *** ## Home Assistant open source home automation + + +[![Home Assistant open source home automation](/images/HAS001.png)](#) + + + + +Home Assistant is an open source smart home platform that allows you to connect your smart home devices like your TV, fan, cameras, thermostats, lights, and sensors. As a user, you can build intricate automation using Home Assistant's user-friendly, unified web-based user interface. + +Perfect to run on any single board computer with 4 cores and at least 512Mb of memory. Armbian installation is optimised to run from SD/eMMC media, but it is recommended to use SSD. + +=== "Access to the web interface" + + The web interface is accessible via port **8123**: + + - URL: `https://:8123` + - Username/Password: Are set at first web interface login + +=== "Directories" + + Home Assistant on Armbian runs supervised in a Docker container. This secures same functionality as stock HAOS. + + - Config directory: `/armbian/haos` + + + This operation will install Home Assistant. **Command:** @@ -64,6 +90,20 @@ armbian-config --cmd HAS001 **Status:** Preview + +|Functionality|HAOS|Armbian with HA| +|:--|:--:|:--:| +|Automations|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| +|Dashboards|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| +|Integrations|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| +|Add-ons|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| +|One-click updates|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| +|Backups|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| +|General purpose server|:x:|:white_check_mark:| +|Running on exotic hardware|:x:|:white_check_mark:| + + + *** diff --git a/docs/images/HAS001.png b/docs/images/HAS001.png new file mode 100644 index 00000000..61fbbf86 Binary files /dev/null and b/docs/images/HAS001.png differ