mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 18:01:31 +02: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