30 lines
1019 B
JSON
30 lines
1019 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} - {model} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"description": "Select a device, or choose 'IP Address' to manually enter an IP Address.",
|
|
"data": {
|
|
"device": "Device"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to setup {name} - {model} ({host})?"
|
|
},
|
|
"manual": {
|
|
"description": "Enter an IP Address.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"error": {
|
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
}
|
|
} |