chore(home-assistant): add homeassistant-cli
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m59s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m59s
This commit is contained in:
parent
de734d2fc0
commit
71eefee501
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ RUN \
|
|||
postgresql-dev \
|
||||
unixodbc-dev \
|
||||
&& pip install uv \
|
||||
&& uv pip install pymiele==0.2.0 flatdict==4.0.1 pyeasee==0.8.11 pyelectroluxgroup==0.2.1 \
|
||||
&& uv pip install pymiele==0.2.0 flatdict==4.0.1 pyeasee==0.8.11 pyelectroluxgroup==0.2.1 homeassistant-cli \
|
||||
&& 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}" \
|
||||
|
|
Loading…
Reference in a new issue