mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Use common states for selectors in openai_conversation
(#142056)
This commit is contained in:
parent
23ade8180a
commit
06edb2e36b
@ -46,16 +46,16 @@
|
|||||||
"selector": {
|
"selector": {
|
||||||
"reasoning_effort": {
|
"reasoning_effort": {
|
||||||
"options": {
|
"options": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "Medium",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "High"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"search_context_size": {
|
"search_context_size": {
|
||||||
"options": {
|
"options": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "Medium",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "High"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user