32 lines
680 B
JSON
32 lines
680 B
JSON
{
|
|
"title": "Button",
|
|
"device_automation": {
|
|
"trigger_type": {
|
|
"pressed": "{entity_name} has been pressed"
|
|
},
|
|
"action_type": {
|
|
"press": "Press {entity_name} button"
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::button::title%]"
|
|
},
|
|
"identify": {
|
|
"name": "Identify"
|
|
},
|
|
"restart": {
|
|
"name": "Restart"
|
|
},
|
|
"update": {
|
|
"name": "Update"
|
|
}
|
|
},
|
|
"issues": {
|
|
"platform_integration_no_support": {
|
|
"title": "[%key:common::issues::platform_integration_no_support_title%]",
|
|
"description": "[%key:common::issues::platform_integration_no_support_description%]"
|
|
}
|
|
}
|
|
}
|