From 564f4ff1690b1d3f7dc84232f6569d80fea38f89 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 22 May 2022 16:26:37 +0000 Subject: [PATCH] Bump frontend to 20220522162559 --- manage/install_frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/install_frontend b/manage/install_frontend index 56f85390538..58dd3982398 100755 --- a/manage/install_frontend +++ b/manage/install_frontend @@ -2,7 +2,7 @@ set -e -FRONTEND_VERSION="20220522154357" +FRONTEND_VERSION="20220522162559" 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