hass-core/homeassistant/components/button/strings.json
Franck Nijhof d126d88977
Add Button entity component platform ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 16:50:43 +01:00

11 lines
204 B
JSON

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