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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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