1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 20:07:23 +00:00
Files
core/homeassistant/components/frontend/strings.json
2025-10-28 10:33:10 +01:00

31 lines
649 B
JSON

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