2020-01-06 17:06:16 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{model} {serial_number}",
|
2020-01-06 17:06:16 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
2020-01-06 17:06:16 +00:00
|
|
|
"type": "Type of the printer"
|
|
|
|
}
|
2020-01-22 19:34:11 +00:00
|
|
|
},
|
|
|
|
"zeroconf_confirm": {
|
2022-03-28 17:41:39 +00:00
|
|
|
"description": "Do you want to add the printer {model} with serial number `{serial_number}` to Home Assistant?",
|
2020-01-22 19:34:11 +00:00
|
|
|
"title": "Discovered Brother Printer",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"type": "Type of the printer"
|
|
|
|
}
|
2020-01-06 17:06:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"wrong_host": "Invalid hostname or IP address.",
|
2020-10-02 13:06:28 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2020-01-06 17:06:16 +00:00
|
|
|
"snmp_error": "SNMP server turned off or printer not supported."
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-01-08 15:15:05 +00:00
|
|
|
"unsupported_model": "This printer model is not supported.",
|
2020-10-01 11:02:53 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-01-06 17:06:16 +00:00
|
|
|
}
|
|
|
|
}
|
2021-05-11 05:14:33 +00:00
|
|
|
}
|