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" } },