30 lines
920 B
JSON
30 lines
920 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{model} {serial_number}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"type": "Type of the printer"
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"description": "Do you want to add the printer {model} with serial number `{serial_number}` to Home Assistant?",
|
|
"title": "Discovered Brother Printer",
|
|
"data": {
|
|
"type": "Type of the printer"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_host": "Invalid hostname or IP address.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"snmp_error": "SNMP server turned off or printer not supported."
|
|
},
|
|
"abort": {
|
|
"unsupported_model": "This printer model is not supported.",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|