Download
You use the HACS download script to setup HACS.
info
- OS/Supervised
- Container
- Core
- Go to the Add-on store
- 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 following the documentation for it
- Start the SSH add-on
- Connect to the SSH add-on
- Run the HACS download script
wget -O - https://get.hacs.xyz | bash -
For Home Assistant Container you have 2 options.
- Host
- Container
- Open a terminal
- Change directory to your Home Assistant configuration directory
- Run the HACS download script
wget -O - https://get.hacs.xyz | bash -
- Open a terminal
- Go inside the container with
docker exec -it homeassistant bash
- Run the HACS download script
wget -O - https://get.hacs.xyz | bash -
- Open a terminal
- Change to the user that is running Home Assistant
- Run the HACS download script
wget -O - https://get.hacs.xyz | bash -
Troubleshooting
CTRL+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