Add state translations for Select entities (#89995)

This commit is contained in:
Franck Nijhof
2023-03-21 12:45:06 +01:00
committed by GitHub
parent 0467c8ff63
commit 6d3c3ff4fb

View File

@@ -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"
}
}
}
}
}