mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 20:04:35 +02:00
Add button icon translations (#108415)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user