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" 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__ &&