core/homeassistant/components/wemo/strings.json

33 lines
880 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%]"
}
},
"options": {
"step": {
"init": {
"data": {
"enable_subscription": "Subscribe to device local push updates",
"enable_long_press": "Register for device long-press events"
}
}
},
"error": {
"long_press_requires_subscription": "Local push update subscriptions must be enabled to use long-press events",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"device_automation": {
"trigger_type": {
"long_press": "Wemo button was pressed for 2 seconds"
}
}
}