mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add assumed optimistic state to template selects. (#39949)
This commit is contained in:
parent
38d136d1c2
commit
2b60e1e3b4
@ -1737,9 +1737,10 @@ select:
|
||||
required: true
|
||||
type: action
|
||||
state:
|
||||
description: Template for the select's current value.
|
||||
required: true
|
||||
description: Template for the select's current value. When omitted, the state will be set to the `option` provided by the `select_option` action.
|
||||
required: false
|
||||
type: template
|
||||
default: optimistic
|
||||
{% endconfiguration %}
|
||||
|
||||
### State based select - Control Day/Night mode of a camera
|
||||
|
Loading…
x
Reference in New Issue
Block a user