mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 00:40:20 +01:00
61079ab7fa
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
19 lines
439 B
JSON
19 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"
|
|
}
|
|
}
|
|
}
|