mirror of https://github.com/home-assistant/core
26 lines
430 B
JSON
26 lines
430 B
JSON
{
|
|
"title": "Event",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::button::title%]",
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"name": "Event type"
|
|
},
|
|
"event_types": {
|
|
"name": "Event types"
|
|
}
|
|
}
|
|
},
|
|
"doorbell": {
|
|
"name": "Doorbell"
|
|
},
|
|
"button": {
|
|
"name": "Button"
|
|
},
|
|
"motion": {
|
|
"name": "Motion"
|
|
}
|
|
}
|
|
}
|