{ "config": { "flow_title": "{model} {serial_number}", "step": { "user": { "description": "Set up Brother printer integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/brother", "data": { "host": "[%key:common::config_flow::data::host%]", "type": "Type of the printer" } }, "zeroconf_confirm": { "description": "Do you want to add the Brother 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%]" } } }