feat(home-assistant): add pyeasee and pyelectroluxgroup to image
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m55s

This commit is contained in:
Tommy 2025-01-05 12:18:19 +01:00
parent cbd7b2dece
commit de734d2fc0
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -74,7 +74,7 @@ RUN \
postgresql-dev \
unixodbc-dev \
&& pip install uv \
&& uv pip install pymiele==0.2.0 flatdict==4.0.1 \
&& uv pip install pymiele==0.2.0 flatdict==4.0.1 pyeasee==0.8.11 pyelectroluxgroup==0.2.1 \
&& curl -fsSL "https://github.com/home-assistant/core/archive/${VERSION}.tar.gz" | tar xzf - -C /tmp --strip-components=1 \
&& HOME_ASSISTANT_BASE=$(curl -fsSL "https://raw.githubusercontent.com/home-assistant/core/${VERSION}/build.yaml" | grep "amd64: " | cut -d ":" -f3) \
&& uv pip install --system --only-binary=:all: --find-links "${HOMEASSISTANT_WHEELS}" \