mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
22 lines
342 B
JSON
22 lines
342 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:eye-check"
|
|
},
|
|
"button": {
|
|
"default": "mdi:gesture-tap-button"
|
|
},
|
|
"doorbell": {
|
|
"default": "mdi:doorbell"
|
|
},
|
|
"motion": {
|
|
"default": "mdi:motion-sensor"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"received": {
|
|
"trigger": "mdi:eye-check"
|
|
}
|
|
}
|
|
}
|