From f0ea0778f8165e4e2d88794bf12d4195d5a0cc4d Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 18 Jul 2023 17:36:58 +0200 Subject: [PATCH] Add include_default option to theme selector (#28237) --- source/_docs/blueprint/selectors.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 8a79f3bad3e..3c3890c8b1f 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -1229,7 +1229,13 @@ installed in Home Assistant. 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: `waves_dark`.