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"
|
|
|
|
}
|
2023-07-12 05:36:51 +00:00
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"set_humidity": {
|
|
|
|
"name": "Set humidity",
|
|
|
|
"description": "Sets the target humidity of WeMo humidifier devices.",
|
|
|
|
"fields": {
|
|
|
|
"target_humidity": {
|
|
|
|
"name": "Target humidity",
|
|
|
|
"description": "Target humidity."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"reset_filter_life": {
|
2023-07-18 15:50:02 +00:00
|
|
|
"name": "Reset filter lifetime",
|
|
|
|
"description": "Resets the WeMo Humidifier's filter lifetime to 100%."
|
2023-07-12 05:36:51 +00:00
|
|
|
}
|
2019-06-03 17:06:53 +00:00
|
|
|
}
|
|
|
|
}
|