Files
ha-core/homeassistant/components/frontend/strings.json
2025-12-08 15:28:17 +01:00

39 lines
1.2 KiB
JSON

{
"preview_features": {
"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.",
"enable_confirmation": "Snowflakes will start falling on your screen. You can turn this off at any time in Labs settings.",
"name": "Winter mode"
}
},
"selector": {
"mode": {
"options": {
"dark": "Dark",
"light": "Light"
}
}
},
"services": {
"reload_themes": {
"description": "Reloads themes from the YAML-configuration.",
"name": "Reload themes"
},
"set_theme": {
"description": "Sets the default theme Home Assistant uses. Can be overridden by a user.",
"fields": {
"mode": {
"description": "Theme mode.",
"name": "Mode"
},
"name": {
"description": "Name of a theme.",
"name": "Theme"
}
},
"name": "Set the default theme"
}
}
}