From 612d5b4e242f9ebea31d65de2c9cc984a3ebbd85 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 6 Feb 2022 09:36:04 +0000 Subject: [PATCH] Update frontend --- manage/install_frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/install_frontend b/manage/install_frontend index 216f8a587f8..bd19ca59d13 100755 --- a/manage/install_frontend +++ b/manage/install_frontend @@ -2,7 +2,7 @@ set -e -FRONTEND_VERSION="20220205174804" +FRONTEND_VERSION="20220206093206" python3 -m pip install -U --target=./custom_components/hacs "hacs_frontend==$FRONTEND_VERSION" rm -rf ./custom_components/hacs/*.dist-info \ No newline at end of file