From e22c8db0fb80c636ea74116f4700997376db98bc Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 23 Mar 2026 14:50:35 +0100 Subject: [PATCH] Rename windows_98 labs feature to retro Avoid trademark issues by using a generic name. Co-Authored-By: Claude Opus 4.6 (1M context) --- homeassistant/components/frontend/manifest.json | 2 +- homeassistant/components/frontend/strings.json | 8 ++++---- homeassistant/generated/labs.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index d40a4c4e634..95ce1ea3f5f 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -19,7 +19,7 @@ ], "documentation": "https://www.home-assistant.io/integrations/frontend", "integration_type": "system", - "preview_features": { "windows_98": {}, "winter_mode": {} }, + "preview_features": { "retro": {}, "winter_mode": {} }, "quality_scale": "internal", "requirements": ["home-assistant-frontend==20260312.0"] } diff --git a/homeassistant/components/frontend/strings.json b/homeassistant/components/frontend/strings.json index 9989782ecc2..e53467d5aa6 100644 --- a/homeassistant/components/frontend/strings.json +++ b/homeassistant/components/frontend/strings.json @@ -1,10 +1,10 @@ { "preview_features": { - "windows_98": { - "description": "Transforms your dashboard with a nostalgic Windows 98 look.", + "retro": { + "description": "Transforms your dashboard with a nostalgic retro look.", "disable_confirmation": "Your dashboard will return to its normal look. You can re-enable this at any time in Labs settings.", - "enable_confirmation": "Your dashboard will be transformed with a Windows 98 theme. You can turn this off at any time in Labs settings.", - "name": "Windows 98" + "enable_confirmation": "Your dashboard will be transformed with a retro theme. You can turn this off at any time in Labs settings.", + "name": "Retro" }, "winter_mode": { "description": "Adds falling snowflakes on your screen. Get your home ready for winter! ❄️\n\nIf you have animations disabled in your device accessibility settings, this feature will not work.", diff --git a/homeassistant/generated/labs.py b/homeassistant/generated/labs.py index c5fb83ca3ad..f9026e78b18 100644 --- a/homeassistant/generated/labs.py +++ b/homeassistant/generated/labs.py @@ -19,7 +19,7 @@ LABS_PREVIEW_FEATURES = { }, }, "frontend": { - "windows_98": { + "retro": { "feedback_url": "", "learn_more_url": "", "report_issue_url": "",