mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add state translations for Select entities (#89995)
This commit is contained in:
parent
0467c8ff63
commit
6d3c3ff4fb
@ -14,5 +14,15 @@
|
|||||||
"condition_type": {
|
"condition_type": {
|
||||||
"selected_option": "Current {entity_name} selected option"
|
"selected_option": "Current {entity_name} selected option"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"entity_component": {
|
||||||
|
"_": {
|
||||||
|
"name": "[%key:component::select::title%]",
|
||||||
|
"state_attributes": {
|
||||||
|
"options": {
|
||||||
|
"name": "Options"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user