mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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
@ -5,7 +5,7 @@ set_theme:
|
|||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
description: Name of a predefined theme, 'default' or 'none'.
|
description: Name of a predefined theme, 'default' or 'none'.
|
||||||
example: "light"
|
example: "default"
|
||||||
mode:
|
mode:
|
||||||
description: The mode the theme is for, either 'dark' or 'light' (default).
|
description: The mode the theme is for, either 'dark' or 'light' (default).
|
||||||
example: "dark"
|
example: "dark"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user