Installing HACS
Overview
HACS is a thrid party plugin & repository for other third party apps for Home Assistant. This is a highly recommend addon-on to get the most out of your Home Assistant Hub.
Prerequisites
- Know what type of Home Assistance installation you have (tutorial)
- Home Assistance SSH add-on (tutorial)
- Github account (it's free)
Steps
- Connect to your server via SSH (tutorial) or connect using the web GUI add-on
- Type in the following command to download script to your server:
-
wget -q -O - https://hacs.xyz/install | bash -
- Depending on the type of Home Assistant installation that you have, choose one of the following:
- Home Assistant OS
- Go to the Supervisor panel
- Install one of the SSH add-ons (you need to enable advanced mode in your user profile to see them)
- Configure the SSH add-on you chose by folowing the documentation for it
- Start the SSH add-on
- Connect to the SSH add-on
- Run the HACS install script
-
wget -q -O - https://hacs.xyz/install | bash -
- Home Assistant Container
- For Home Assistant Container you have 2 options.
- Option 1: Run the installer on the host OS
- Open a terminal
- Change directory to your Home Assistant configuration directory
- Run the HACS install script
-
wget -q -O - https://hacs.xyz/install | bash -
- Option 2: Run the installer inside the container
- Open a terminal
- Go inside the container with
docker exec -it homeassistant bash
- Run the HACS install script
-
wget -q -O - https://hacs.xyz/install | bash -
- For Home Assistant Container you have 2 options.
- Home Assistant OS
- After you execute the install script, reboot your server
- Navigate to "Supervisor" -> click on "Integrations" -> "+ Add Integration" -> search for "HACS"
- If HACS is not showing up in the list you may need to clear your browser cache.
- Accept and acknowledge the checkboxes and click "Submit"
- Click on the GitHub link to authorize your HACS install and login if you not already
- Type the 8 digit code from your Home Assistant popup dialog box into the GitHub popup and click "Continue" and then click "Authorize HACS"
- Go back to your Home Assistant and finally click "Submit"
- Don't type an "Area" and then just click "Finish"
- You now have HACS installed and there should be a new link in your main left navigation panel, click it.
- This may take several minutes for your server to download all of its repositories, just let it do it's thing.
- After everything sync you can now navigate to the HACS "Intergration" page and see all the 3rd party add-ons that have been built by community developers.
Further Reading
No Comments