25 lines
764 B
JSON
25 lines
764 B
JSON
{
|
|
"config": {
|
|
"title": "Brother Printer",
|
|
"step": {
|
|
"user": {
|
|
"title": "Brother Printer",
|
|
"description": "Set up Brother printer integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/brother",
|
|
"data": {
|
|
"host": "Printer hostname or IP address",
|
|
"type": "Type of the printer"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"wrong_host": "Invalid hostname or IP address.",
|
|
"connection_error": "Connection error.",
|
|
"snmp_error": "SNMP server turned off or printer not supported."
|
|
},
|
|
"abort": {
|
|
"unsupported_model": "This printer model is not supported.",
|
|
"already_configured": "This printer is already configured."
|
|
}
|
|
}
|
|
}
|