Skip to content

homeassistant

Git Repository

Docker Compose

  • deploy.yml
    docker-compose --project-name homeassistant --file deploy.yml up --detach --remove-orphans
    

Plugin

# install hacs
docker exec -it homeassistant bash -c 'wget -O - https://raw.githubusercontent.com/hacs/get/main/get | bash -'
wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip"