Home Assistant Community Store (HACS): Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "SSH to your Home Assistant. <pre> wget -q -O - https://install.hacs.xyz | bash - </pre> Now add HACS to HA. * Refresh WEB HA WEB Page. (If you don't do this HACS will not be...")
 
No edit summary
Line 8: Line 8:
* Restart Server Management
* Restart Server Management
* HACS is now an option in your HA Sidebar.
* HACS is now an option in your HA Sidebar.
You will need to create an account on GitHub and register HA as a device with the Key required from HACS.


[[Category : Home Assistant]]
[[Category : Home Assistant]]

Revision as of 03:30, 8 August 2021

SSH to your Home Assistant.

 wget -q -O - https://install.hacs.xyz | bash - 

Now add HACS to HA.

  • Refresh WEB HA WEB Page. (If you don't do this HACS will not be displayed as an option to install)
  • Configuration, Integration, Add
  • Select HACS
  • Restart Server Management
  • HACS is now an option in your HA Sidebar.

You will need to create an account on GitHub and register HA as a device with the Key required from HACS.