Resolve Frontend Services.yaml Minor Oversight (#40659)
The Default Values Suggest That The User enters 'light' as a parameter for the theme name. 'Light' is, however, not a valid option on a fresh install of HA unless a user manually downloads a theme with the name 'light'.
This commit is contained in:
parent
b65583084b
commit
5274b03dc2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set_theme:
|
|||
fields:
|
||||
name:
|
||||
description: Name of a predefined theme, 'default' or 'none'.
|
||||
example: "light"
|
||||
example: "default"
|
||||
mode:
|
||||
description: The mode the theme is for, either 'dark' or 'light' (default).
|
||||
example: "dark"
|
||||
|
|
Loading…
Add table
Reference in a new issue