From 25774c1b10b1558da1b321d7fffc1c8e5e9880ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 14 Jan 2024 10:12:25 +0100 Subject: [PATCH] Bump frontend to 20240114080055 (#3455) --- scripts/install/frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/frontend b/scripts/install/frontend index 979f31bbdb2..b17994e0095 100755 --- a/scripts/install/frontend +++ b/scripts/install/frontend @@ -5,7 +5,7 @@ set -e cd "$(dirname "$0")/../.." FRONTEND_VERSION="20220906112053" -EXPERIMENTAL_FRONTEND_VERSION="20240113104905" +EXPERIMENTAL_FRONTEND_VERSION="20240114080055" rm -rf ./custom_components/hacs/hacs_frontend_experimental scripts/install/pip_packages --target=./custom_components/hacs "hacs_frontend==${EXPERIMENTAL_FRONTEND_VERSION}"