mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Use state selector for select option service
This commit is contained in:
parent
58bb2fa327
commit
909d91ada5
@ -17,7 +17,10 @@ select_option:
|
||||
required: true
|
||||
example: '"Item A"'
|
||||
selector:
|
||||
text:
|
||||
state:
|
||||
exclude_states:
|
||||
- unavailable
|
||||
- unknown
|
||||
|
||||
select_previous:
|
||||
target:
|
||||
|
@ -27,7 +27,10 @@ select_option:
|
||||
required: true
|
||||
example: '"Item A"'
|
||||
selector:
|
||||
text:
|
||||
state:
|
||||
exclude_states:
|
||||
- unavailable
|
||||
- unknown
|
||||
|
||||
select_previous:
|
||||
target:
|
||||
|
Loading…
x
Reference in New Issue
Block a user