1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/button/strings.json
Joost Lekkerkerker b367c95c81
Add more common translations (#96429)
* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations
2023-07-12 22:00:05 -04:00

32 lines
580 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": "[%key:common::action::restart%]"
},
"update": {
"name": "Update"
}
},
"services": {
"press": {
"name": "Press",
"description": "Press the button entity."
}
}
}