Skip to content

Releases: tribut/homeassistant-docker-venv

Release v2.3

20 Jul 11:07
v2.3
41c6765
Compare
Choose a tag to compare

Restores compatibility with Home Assistant 2021.7

  • Ensure s6-ipcserver is present (#24)
  • Install packages only when they're missing (#8, #25)

Release v2.2

10 Apr 20:53
v2.2
9da9227
Compare
Choose a tag to compare

Ensure homeassistant user has a proper home directory, so cache and config directories are writable. (#18, #20)

Release v2.1

31 Oct 12:37
v2.1
173d9b8
Compare
Choose a tag to compare

Resolves a bug when the requested PUID or PGID were already in-use inside the base image. (#12)

Release v2.0

05 Jun 11:41
v2.0
4115d13
Compare
Choose a tag to compare

This release adds support for s6, as required by Home Assistant 0.107+

Many thanks to @Chris-V!

Release v1.1

03 Jan 08:36
v1.1
347a76c
Compare
Choose a tag to compare

This release adds the ability to change the location of the venv.

  • Change venv location using --env VENV=/config/venv

Release v1.0

01 Oct 15:18
v1.0
6941fd9
Compare
Choose a tag to compare

This is the first tagged release.

  • Run Home Assistant as non-root user in Docker using a Python virtual environment.
  • Change the umask using -e UMASK=XXX