Files
ha-core/homeassistant/components/button/strings.json
Erik Montnemery 86a397720f Move platform_integration_no_support issue to the homeassistant integration (#95927)
* Move platform_integration_no_support issue to the homeassistant integration

* Update test

* Improve repair text

* Update test
2023-07-07 13:31:54 +02:00

26 lines
443 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": "Restart"
},
"update": {
"name": "Update"
}
}
}