mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add include_default option to theme selector (#28237)
This commit is contained in:
parent
35ade923d9
commit
f0ea0778f8
@ -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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user