Home Assistant Community Store (HACS): Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
= HACS Install =
SSH to your Home Assistant.
SSH to your Home Assistant.
<pre> wget -q -O - https://install.hacs.xyz | bash - </pre>
<pre> wget -q -O - https://install.hacs.xyz | bash - </pre>
Line 9: Line 10:
* Restart Server Management
* Restart Server Management
* HACS is now an option in your HA Sidebar.
* HACS is now an option in your HA Sidebar.
= Reference =
* https://www.youtube.com/watch?v=D6ZlhE-Iv9E


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

Latest revision as of 05:06, 21 August 2021

HACS Install

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
  • You will need to create an account on GitHub and register HA as a device with the Key required from HACS.
  • Restart Server Management
  • HACS is now an option in your HA Sidebar.

Reference