hass-core/homeassistant/components/wemo/strings.json
Eric Severance 61079ab7fa
Support receiving long-press events from WeMo devices (#45503)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-06-16 12:00:34 +02:00

18 lines
439 B
JSON

{
"config": {
"step": {
"confirm": {
"description": "Do you want to set up Wemo?"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
},
"device_automation": {
"trigger_type": {
"long_press": "Wemo button was pressed for 2 seconds"
}
}
}