mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:12:06 +00:00
Use state selector for select option service
This commit is contained in:
@ -17,7 +17,10 @@ select_option:
|
||||
required: true
|
||||
example: '"Item A"'
|
||||
selector:
|
||||
text:
|
||||
state:
|
||||
hide_states:
|
||||
- unavailable
|
||||
- unknown
|
||||
|
||||
select_previous:
|
||||
target:
|
||||
|
@ -27,7 +27,10 @@ select_option:
|
||||
required: true
|
||||
example: '"Item A"'
|
||||
selector:
|
||||
text:
|
||||
state:
|
||||
hide_states:
|
||||
- unavailable
|
||||
- unknown
|
||||
|
||||
select_previous:
|
||||
target:
|
||||
|
Reference in New Issue
Block a user