261
edits
(Added category. Removed example zwave device id) |
No edit summary |
||
Line 41: | Line 41: | ||
# - '3000:3000' # port for Z-Wave JS websocket server | # - '3000:3000' # port for Z-Wave JS websocket server | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Install HACS== | |||
To install HACS<ref>https://hacs.xyz/</ref> in the Home Assistant Docker container: | |||
* SSH into system | |||
* Enter container's shell with: <syntaxhighlight lang="text">docker exec -it homeassistant bash</<syntaxhighlight> | |||
* Run the HACS install script with: <syntaxhighlight lang="text">wget -O - https://get.hacs.xyz | bash -</<syntaxhighlight> |