mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
⬆️ Upgrades Home Assistant CLI to v4.22.0 (#522)
This commit is contained in:
parent
a964e3a389
commit
65f429739d
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue