The Home Assistant Community Store (HACS) allows users to download custom add-ons, integrations, themes, elements, and more for Home Assistant.
Install HACS on Supervised Home Assistant Server (HASSOS)
- Go to Settings > Add-Ons in Home Assistant Server.
- Search for Terminal & SSH in the ADD-ON STORE.
- In the search results, click the Terminal & SSH add-on, and then click Install.
- Once the installation is complete, click Start and then click OPEN WEB UI. A terminal window will appear.
- Enter the following commands in the terminal window:
cd /config
wget -O - https://get.hacs.xyz | bash - - You will find HACS in the configuration directory after you run this command.
- Click Restart in the Developer Tools to restart the Home Assistant Server.
- After the reboot, go to Settings > Devices & Services and click the ADD INTEGRATION button.
- Search for HACS and click on it.
- Check all items and click Submit. You will see a URL and a code.
- Click on the displayed URL and sign in to your GitHub account to authorize. If you don’t have a GitHub account, sign up and then authorize.
- In the next screen, enter the code that was displayed to you in the Home Assistant server.
- Click Authorize HACS.
- Back on your Home Assistant server, click Submit.
- If everything goes well, you will see the Success screen. Choose the room and click Finish.
- In the Settings > Devices & Services dashboard, you will see HACS.
- Click Options or Configure and then enter a name and a number in the Number of releases to show field.
If anything goes wrong, you will be taken back to the configuration setup screen, where you can continue to set up HACS.
Leave a Reply