⬆️ Upgrades Home Assistant CLI to v4.22.0 (#522)

This commit is contained in:
Franck Nijhof 2022-11-03 15:40:31 +01:00 committed by GitHub
parent a964e3a389
commit 65f429739d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ RUN \
&& ls -la /usr/local/lib/code-server/lib/vscode/extensions/ \
\
&& curl -L -s -o /usr/bin/ha \
"https://github.com/home-assistant/cli/releases/download/4.21.0/ha_${BUILD_ARCH}" \
"https://github.com/home-assistant/cli/releases/download/4.22.0/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha \
\
&& git clone --branch master --single-branch --depth 1 \

View file

@ -97,7 +97,7 @@ source $ZSH/oh-my-zsh.sh
alias reset-settings="cp /root/.code-server/settings.json /data/vscode/User/settings.json && echo 'Setting restored!'"
# Home Assistant CLI
source <(ha completion --zsh)
source <(ha completion zsh) && compdef _ha ha
# Show motd on start
cat /etc/motd