Skip to content

h3rj4n/docker-homeassistant

 
 

Repository files navigation

Home Assistant Docker Image

Description

Prebuild home assistant docker imgae based on Alpine Linux (specific for ARM64v8). Contains preinstalled packages.

Usage

Build this image

docker build -t herjan/homeassistant .

Next, run this image as daemon.

docker run -d --name homeassistant \
  -v ~/homeassistant:/config -p 8080:8123 \
  herjan/homeassistant:latest

Configuration

This build of Home Assistant does not contain all the packages. Only the packages defined in the custom_require.txt. It was not possible to install all the packages because ARM / Alphine / Odroid did not support all require python packages.

License

This project is licensed under MIT <http://opensource.org/licenses/MIT>.

About

This docker image provides home assistant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 71.9%
  • Shell 28.1%