core/homeassistant/components/wemo/translations/en.json

18 lines
485 B
JSON
Raw Normal View History

2019-06-04 15:50:48 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"no_devices_found": "No devices found on the network",
"single_instance_allowed": "Already configured. Only a single configuration possible."
2019-06-04 15:50:48 +00:00
},
"step": {
"confirm": {
2020-05-29 00:04:16 +00:00
"description": "Do you want to set up Wemo?"
2019-06-04 15:50:48 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-06-17 00:10:03 +00:00
},
"device_automation": {
"trigger_type": {
"long_press": "Wemo button was pressed for 2 seconds"
}
2020-04-16 20:00:10 +00:00
}
2019-06-04 15:50:48 +00:00
}