mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 18:05:48 +01:00
39 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|