Home Assistant: Difference between revisions

Jump to navigation Jump to search
Added HACS integration and and cleaned up entry
No edit summary
(Added HACS integration and and cleaned up entry)
 
Line 43: Line 43:
==Install HACS==
==Install HACS==
To install HACS<ref>https://hacs.xyz/</ref> in the Home Assistant Docker container:
To install HACS<ref>https://hacs.xyz/</ref> in the Home Assistant Docker container:
* SSH into system
# SSH into system
* Enter container's shell with: <syntaxhighlight lang="text">docker exec -it homeassistant bash</<syntaxhighlight>
# Navigate to directory with docker-compose.yml file in it
* Run the HACS install script with: <syntaxhighlight lang="text">wget -O - https://get.hacs.xyz | bash -</<syntaxhighlight>
# Enter container's shell with: <syntaxhighlight lang="bash">docker-compose exec homeassistant bash</syntaxhighlight>
# Run the HACS install script<ref>https://hacs.xyz/docs/setup/download</ref> with: <syntaxhighlight lang="bash">wget -O - https://get.hacs.xyz | bash -</syntaxhighlight>
# Exit the container's shell
# Restart the containers with: <syntaxhighlight lang="bash">docker-compose restart</syntaxhighlight>
# Follow the instructions at [https://hacs.xyz/docs/configuration/basic Configuration]<ref>https://hacs.xyz/docs/configuration/basic</ref> to setup HACS integration
 
=References=

Navigation menu