Add event icon translations (#108453)
parent
576230da40
commit
dbaa02a5a8
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"entity_component": {
|
||||||
|
"_": {
|
||||||
|
"default": "mdi:eye-check"
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"default": "mdi:gesture-tap-button"
|
||||||
|
},
|
||||||
|
"doorbell": {
|
||||||
|
"default": "mdi:doorbell"
|
||||||
|
},
|
||||||
|
"motion": {
|
||||||
|
"default": "mdi:motion-sensor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue