Skip to content

Commit 083cfb8

Browse files
authored
Add winter mode to front-end integration under lab preview feature (home-assistant#157181)
1 parent bd129c2 commit 083cfb8

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

homeassistant/components/frontend/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
],
2020
"documentation": "https://www.home-assistant.io/integrations/frontend",
2121
"integration_type": "system",
22+
"preview_features": {
23+
"winter_mode": {}
24+
},
2225
"quality_scale": "internal",
2326
"requirements": ["home-assistant-frontend==20251105.1"]
2427
}

homeassistant/components/frontend/strings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"preview_features": {
3+
"winter_mode": {
4+
"description": "Adds falling snowflakes on your screen. Get your home ready for winter! ❄️",
5+
"disable_confirmation": "Snowflakes will no longer fall on your screen. You can re-enable this at any time in labs settings.",
6+
"enable_confirmation": "Snowflakes will start falling on your screen. You can turn this off at any time in labs settings.",
7+
"name": "Winter mode"
8+
}
9+
},
210
"selector": {
311
"mode": {
412
"options": {

homeassistant/generated/labs.py

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)