From eeb2b2febc320cf62e6fff14433abecba608e3ce Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 8 Dec 2025 15:28:17 +0100 Subject: [PATCH] Be more specific about winter mode in the description (#158230) Co-authored-by: Norbert Rittel --- homeassistant/components/frontend/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/frontend/strings.json b/homeassistant/components/frontend/strings.json index f483608895c..8cb083f7da2 100644 --- a/homeassistant/components/frontend/strings.json +++ b/homeassistant/components/frontend/strings.json @@ -1,9 +1,9 @@ { "preview_features": { "winter_mode": { - "description": "Adds falling snowflakes on your screen. Get your home ready for winter! ❄️", - "disable_confirmation": "Snowflakes will no longer fall on your screen. You can re-enable this at any time in labs settings.", - "enable_confirmation": "Snowflakes will start falling on your screen. You can turn this off at any time in labs settings.", + "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.", + "enable_confirmation": "Snowflakes will start falling on your screen. You can turn this off at any time in Labs settings.", "name": "Winter mode" } },