29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} {model} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"description": "If you leave the host empty, discovery will be used to find devices.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
},
|
|
"pick_device": {
|
|
"data": {
|
|
"device": "Device"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to setup {name} {model} ({host})?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
}
|
|
}
|
|
}
|