2019-06-03 17:06:53 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"confirm": {
|
|
|
|
"description": "Do you want to set up Wemo?"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-03 12:43:30 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
2019-06-03 17:06:53 +00:00
|
|
|
}
|
2021-06-16 10:00:34 +00:00
|
|
|
},
|
2023-06-27 18:10:13 +00:00
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"enable_subscription": "Subscribe to device local push updates",
|
2023-06-28 18:27:10 +00:00
|
|
|
"enable_long_press": "Register for device long-press events"
|
2023-06-27 18:10:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"long_press_requires_subscription": "Local push update subscriptions must be enabled to use long-press events",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
}
|
|
|
|
},
|
2021-06-16 10:00:34 +00:00
|
|
|
"device_automation": {
|
|
|
|
"trigger_type": {
|
|
|
|
"long_press": "Wemo button was pressed for 2 seconds"
|
|
|
|
}
|
2019-06-03 17:06:53 +00:00
|
|
|
}
|
|
|
|
}
|