Add state translations for Select entities (#89995)
This commit is contained in:
parent
0467c8ff63
commit
6d3c3ff4fb
1 changed files with 10 additions and 0 deletions
|
@ -14,5 +14,15 @@
|
|||
"condition_type": {
|
||||
"selected_option": "Current {entity_name} selected option"
|
||||
}
|
||||
},
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"name": "[%key:component::select::title%]",
|
||||
"state_attributes": {
|
||||
"options": {
|
||||
"name": "Options"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue