From 23dc483b76d6143c868b2b8009659dd215f72ee0 Mon Sep 17 00:00:00 2001
From: <>
Date: Thu, 15 Feb 2024 15:08:53 +0000
Subject: [PATCH] Deployed 8b1ee4593 with MkDocs version: 1.5.3
---
images/docker-homeassistant/index.html | 2 +-
images/docker-series-troxide/index.html | 2 +-
.../index.html | 2 +-
search/search_index.json | 2 +-
sitemap.xml | 496 +++++++++---------
sitemap.xml.gz | Bin 1894 -> 1894 bytes
6 files changed, 252 insertions(+), 252 deletions(-)
diff --git a/images/docker-homeassistant/index.html b/images/docker-homeassistant/index.html
index 7c25b62b01..f130c15e10 100644
--- a/images/docker-homeassistant/index.html
+++ b/images/docker-homeassistant/index.html
@@ -55,4 +55,4 @@
--pull \
-t lscr.io/linuxserver/homeassistant:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 18.12.23: - Add Bluetooth instructions to readme.
- 05.07.23: - Deprecate armhf. As announced here
- 21.06.23: - Pin pycups version.
- 14.06.23: - Create secondary venv in
/config
for pip installs. - 07.06.23: - Rebase to alpine 3.18, switch to cp311 wheels.
- 03.05.23: - Deprecate arm32v7. Latest HA version with an arm32v7 build is
2023.4.6
. - 16.11.22: - Fix the dep conflict for google calendar.
- 23.09.22: - Migrate to s6v3.
- 29.07.22: - Improve usb device permission fix.
- 07.07.22: - Rebase to alpine 3.16, switch to cp310 wheels.
- 07.05.22: - Build matplotlib with the same Numpy version as HA req.
- 31.03.22: - Install pycups.
- 07.03.22: - Install PySwitchbot.
- 02.03.22: - Update pip and use legacy resolver, clean up temp python files, reduce image size.
- 04.02.22: - Always compile grpcio on arm32v7 due to pypi pushing a glibc only wheel.
- 12.12.21: - Use the new
build.yaml
to determine HA base version. - 25.09.21: - Use the new lsio homeassistant wheel repo, instead of the HA wheels.
- 13.09.21: - Build psycopg locally as the HA provided wheel does not seem to work properly.
- 13.09.21: - Fix setcap in service. Build CISO8601 locally as the HA provided wheel does not seem to work properly.
- 12.09.21: - Rebase to alpine 3.14. Build on native armhf.
- 09.08.21: - Fixed broken build caused by missing dependency.
- 01.07.21: - Remove HACS dependencies as it caused a crash in Home-assistant.
- 25.02.21: - Add python dependencies from homeassistant base image.
- 07.02.21: - Fix building from the wrong requirement file. Add ssh client & external DB libs.
- 06.02.21: - Add iputils so ping works as non root user.
- 30.01.21: - Initial Release.