Skip to content

cmptscpeacock/home-assistant-auto-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Home Assistant Auto Installer

This script will install Home Assistant unattended.

  1. Once completed, the Home Assistant URL is displayed at the end for your benefit to configure Home Assistant.

  2. Once everything has been installed and configured you will be able to immediately connect to Home Assistant using the URL as shown.

  3. No support is provided and no liability is accepted in the event of adverse outcome with the use of the script. If you choose to use it, it is your responsibility to test it before using.

  4. The script can be invoked using:

Orange Pi

Ubuntu 16.04 LTS +

This installs Home Assistant in a Virtual Environment on Ubuntu.

cd /home/homeassistant
wget --no-cache -O ha-install https://raw.githubusercontent.com/cmptscpeacock/home-assistant-auto-install/master/orangepi/ubuntu/16.04lts/home-assistant-auto-install.bash && chmod +x ha-install && ./ha-install

Raspberry Pi4-64

Ubuntu 20.04 LTS

This installs Home Assistant - Supervisor running on Ubuntu as set out here: https://github.com/home-assistant/supervised-installer/tree/be010f288d3913cc7f753c2277e7b1bea1379e55

sudo su
wget --no-cache -O ha-install https://raw.githubusercontent.com/cmptscpeacock/home-assistant-auto-install/master/rpi4/ubuntu/20.04lts/home-assistant-auto-install.bash && chmod +x ha-install && ./ha-install

Copyright & Credit

Home Assistant

Details of the Home Assistant Terms of Service can be found at: https://www.home-assistant.io/tos/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages