mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
38 lines
714 B
JSON
38 lines
714 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"press": "Press {entity_name} button"
|
|
},
|
|
"trigger_type": {
|
|
"pressed": "{entity_name} has been pressed"
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::button::title%]"
|
|
},
|
|
"identify": {
|
|
"name": "Identify"
|
|
},
|
|
"restart": {
|
|
"name": "[%key:common::action::restart%]"
|
|
},
|
|
"update": {
|
|
"name": "Update"
|
|
}
|
|
},
|
|
"services": {
|
|
"press": {
|
|
"description": "Presses a button entity.",
|
|
"name": "Press"
|
|
}
|
|
},
|
|
"title": "Button",
|
|
"triggers": {
|
|
"pressed": {
|
|
"description": "Triggers when a button was pressed",
|
|
"name": "Button pressed"
|
|
}
|
|
}
|
|
}
|