Skip to content

Download

You use the HACS download script to setup HACS.

Info

If you are not sure what type of Home Assistant you are using or how to find that, then you should probably not use HACS (or any other custom integration).

  1. Go to the Add-on store
  2. Install one of the SSH add-ons (you need to enable advanced mode in your user profile to see them)
  3. Configure the SSH add-on you chose by following the documentation for it
  4. Start the SSH add-on
  5. Connect to the SSH add-on
  6. Run the HACS download script

    wget -O - https://get.hacs.xyz | bash -
    
  7. Restart Home Assistant

  1. Open a terminal
  2. Go inside the container with docker exec -it <name of container running homeassistant> bash
  3. Run the HACS download script

    wget -O - https://get.hacs.xyz | bash -
    
  4. Restart Home Assistant

  1. Open a terminal
  2. Change to the user that is running Home Assistant
  3. Run the HACS download script

    wget -O - https://get.hacs.xyz | bash -
    
  4. Restart Home Assistant

Troubleshooting

  • Ctrl+V not working for you?
    • Try Ctrl+Shift+V instead
    • Try Ctrl+Ins SHIFT+INS(insert) instead
    • Try Right-click instead