From a0bf582cc90682aa9a4520b747c4c67cb8592f6c Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 1 Dec 2022 17:35:47 +0100 Subject: [PATCH 1/2] dont force update translations --- src/state/translations-mixin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/translations-mixin.ts b/src/state/translations-mixin.ts index 5531fbacde..b0848fcb4e 100644 --- a/src/state/translations-mixin.ts +++ b/src/state/translations-mixin.ts @@ -234,7 +234,7 @@ export default >(superClass: T) => category: Parameters[2], integration?: Parameters[3], configFlow?: Parameters[4], - force = true + force = false ): Promise { if ( __BACKWARDS_COMPAT__ && From 71a5d8c6f91fc4df972310d297ec7cbf5fab1919 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 1 Dec 2022 17:37:08 +0100 Subject: [PATCH 2/2] Bumped version to 20221201.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ac7857ba7..c6e0d8889d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" -version = "20221201.0" +version = "20221201.1" license = {text = "Apache-2.0"} description = "The Home Assistant frontend" readme = "README.md"