Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion source/_docs/blueprint/selectors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down