Skip to content

Commit

Permalink
Update frontend to 20211128181314 (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 28, 2021
1 parent 879bf2b commit eb20f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manage/install_frontend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

FRONTEND_VERSION="20211114224857"
FRONTEND_VERSION="20211128181314"

python3 -m pip install -U --target=./custom_components/hacs "hacs_frontend==$FRONTEND_VERSION"
rm -rf ./custom_components/hacs/*.dist-info
6 changes: 2 additions & 4 deletions manage/integration_start
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ fi
rm -rf "${PWD}/config/custom_components"
ln -sf "${PWD}/custom_components" "${PWD}/config/custom_components"

if [ ! -d "${PWD}/custom_components/hacs/hacs_frontend" ]; then
echo "Installing HACS frontend"
bash "${PWD}/manage/install_frontend"
fi
echo "Installing HACS frontend"
bash "${PWD}/manage/install_frontend"

# Start Home Assistant
hass -c "${PWD}/config" --debug

0 comments on commit eb20f45

Please sign in to comment.