1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/button/strings.json
2025-10-28 10:33:10 +01:00

32 lines
580 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"
}