From b3e91ded848777a25c0146d1291cf092c2550853 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 10 Mar 2026 09:41:49 +0100 Subject: [PATCH] Add windows 98 labs feature --- homeassistant/components/frontend/manifest.json | 2 +- homeassistant/components/frontend/strings.json | 6 ++++++ homeassistant/generated/labs.py | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index f529bcd541a..d40a4c4e634 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": { "winter_mode": {} }, + "preview_features": { "windows_98": {}, "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 5b9a8c569dd..9989782ecc2 100644 --- a/homeassistant/components/frontend/strings.json +++ b/homeassistant/components/frontend/strings.json @@ -1,5 +1,11 @@ { "preview_features": { + "windows_98": { + "description": "Transforms your dashboard with a nostalgic Windows 98 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" + }, "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.", "disable_confirmation": "Snowflakes will no longer fall on your screen. You can re-enable this at any time in Labs settings.", diff --git a/homeassistant/generated/labs.py b/homeassistant/generated/labs.py index fb4abef4625..c5fb83ca3ad 100644 --- a/homeassistant/generated/labs.py +++ b/homeassistant/generated/labs.py @@ -19,6 +19,11 @@ LABS_PREVIEW_FEATURES = { }, }, "frontend": { + "windows_98": { + "feedback_url": "", + "learn_more_url": "", + "report_issue_url": "", + }, "winter_mode": { "feedback_url": "", "learn_more_url": "",