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:
Bashir 2020-09-27 20:51:41 +10:00 committed by GitHub
parent b65583084b
commit 5274b03dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"