Add button icon translations (#108415)

This commit is contained in:
Franck Nijhof 2024-01-20 04:06:15 +01:00 committed by GitHub
parent fb17b451c7
commit 1e32f96b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,19 @@
{
"entity_component": {
"_": {
"default": "mdi:button-pointer"
},
"restart": {
"default": "mdi:restart"
},
"identify": {
"default": "mdi:crosshairs-question"
},
"update": {
"default": "mdi:package-up"
}
},
"services": {
"press": "mdi:gesture-tap-button"
}
}