core/homeassistant/components/button/translations/en.json

11 lines
237 B
JSON

{
"device_automation": {
"action_type": {
"press": "Press {entity_name} button"
},
"trigger_type": {
"pressed": "{entity_name} has been pressed"
}
},
"title": "Button"
}