- Published on
How to Install HACS on Home Assistant On Docker
- Authors
- Name
- Simply Smart House
How to Install HACS on Home Assistant On Docker
- Connect to your docker container, make sure to use your container name:
docker exec -it [YOUR_CONTAINER_NAME] bash
docker exec -it homeassistant bash
- Paste the command below in the terminal window.
wget -O - https://get.hacs.xyz | bash -
TroubleshootingCTRL+V
not working for you?- Try
CTRL+SHIFT+V
instead - Try
SHIFT+INS(insert)
instead - Try
Right-click
instead
- Try
Having issues accessing
https://get.hacs.xyz
in the terminal?- Try it with
https://raw.githubusercontent.com/hacs/get/main/get
instead
- Try it with
- HACS will be downloaded. When it’s done downloading, restart the container.
docker restart homeassistant
- After Home Assistant reconnects, select Settings, then Devices & Services.


- In the bottom right corner select add integration.

- Search for HACS and select it.

- If you agree with everything, select all options and then Submit

- Copy the code that Home Assistant provides and then select the link to sign into GitHub.

- Sign in to GitHub, then paste in the code from the previous step.

- Select Authorize HACS.

- Congratulations HACS is now installed! you can choose an area if you like or just press finish.

- You should now see the HACS logo in the sidebar.

If the logo wasn't added to the sidebar preform a hard reset to your browser:
CTRL+F5
Windows/LinuxCMD+SHIFT+R
On Mac