mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
27 lines
437 B
JSON
27 lines
437 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:button-pointer"
|
|
},
|
|
"identify": {
|
|
"default": "mdi:crosshairs-question"
|
|
},
|
|
"restart": {
|
|
"default": "mdi:restart"
|
|
},
|
|
"update": {
|
|
"default": "mdi:package-up"
|
|
}
|
|
},
|
|
"services": {
|
|
"press": {
|
|
"service": "mdi:gesture-tap-button"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"pressed": {
|
|
"trigger": "mdi:gesture-tap-button"
|
|
}
|
|
}
|
|
}
|