Add include_default option to theme selector (#28237)

This commit is contained in:
Paul Bottein 2023-07-18 17:36:58 +02:00 committed by GitHub
parent 35ade923d9
commit f0ea0778f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1229,7 +1229,13 @@ installed in Home Assistant.
theme: theme:
``` ```
This selector does not have any other options; therefore, it only has its key. {% configuration theme %}
include_default:
description: Includes Home Assistant default theme in the list.
type: boolean
default: false
required: false
{% endconfiguration %}
The output of this selector will contain the selected theme, for example: The output of this selector will contain the selected theme, for example:
`waves_dark`. `waves_dark`.