Add select icon translations (#108472)

This commit is contained in:
Franck Nijhof 2024-01-20 20:33:08 +01:00 committed by GitHub
parent 942636ffd6
commit 222e2c19f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,14 @@
{
"entity_component": {
"_": {
"default": "mdi:format-list-bulleted"
}
},
"services": {
"select_first": "mdi:format-list-bulleted",
"select_last": "mdi:format-list-bulleted",
"select_next": "mdi:format-list-bulleted",
"select_option": "mdi:format-list-bulleted",
"select_previous": "mdi:format-list-bulleted"
}
}