1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 08:10:36 +00:00

Be more specific about winter mode in the description (#158230)

Co-authored-by: Norbert Rittel <norbert@rittel.de>
This commit is contained in:
Paul Bottein
2025-12-08 15:28:17 +01:00
committed by GitHub
parent a6c7bd76eb
commit eeb2b2febc

View File

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