From 7d5341cab286308b79a23bd760161c41f8726ce3 Mon Sep 17 00:00:00 2001 From: Patrick Koenig Date: Thu, 4 Jul 2024 12:55:30 -0400 Subject: [PATCH] Update short_name in web app manifest (#121223) --- homeassistant/components/frontend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py index dac0f51f608a3..8fe3a98864b28 100644 --- a/homeassistant/components/frontend/__init__.py +++ b/homeassistant/components/frontend/__init__.py @@ -189,7 +189,7 @@ def update_key(self, key: str, val: str) -> None: ], "lang": "en-US", "name": "Home Assistant", - "short_name": "Assistant", + "short_name": "Home Assistant", "start_url": "/?homescreen=1", "id": "/?homescreen=1", "theme_color": DEFAULT_THEME_COLOR,