core/homeassistant/components/button/strings.json

23 lines
393 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%]"
},
"restart": {
"name": "Restart"
},
"update": {
"name": "Update"
}
}
}