{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unsupported_model": "This printer model is not supported." }, "error": { "another_device": "The IP address or hostname of another Brother printer was used.", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "snmp_error": "SNMP server turned off or printer not supported.", "wrong_host": "Invalid hostname or IP address." }, "flow_title": "{model} {serial_number}", "step": { "reconfigure": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "[%key:component::brother::config::step::user::data_description::host%]" }, "description": "Update configuration for {printer_name}.", "sections": { "advanced_settings": { "data": { "community": "SNMP Community", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "community": "A simple password for devices to communicate to each other.", "port": "The SNMP port of the Brother printer." }, "name": "Advanced settings" } } }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "type": "Printer type" }, "data_description": { "host": "The hostname or IP address of the Brother printer to control.", "type": "The type of the Brother printer." }, "sections": { "advanced_settings": { "data": { "community": "SNMP Community", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "community": "A simple password for devices to communicate to each other.", "port": "The SNMP port of the Brother printer." }, "name": "Advanced settings" } } }, "zeroconf_confirm": { "data": { "type": "[%key:component::brother::config::step::user::data::type%]" }, "data_description": { "type": "[%key:component::brother::config::step::user::data_description::type%]" }, "description": "Do you want to add the printer {model} with serial number `{serial_number}` to Home Assistant?", "sections": { "advanced_settings": { "data": { "community": "SNMP Community", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "community": "A simple password for devices to communicate to each other.", "port": "The SNMP port of the Brother printer." }, "name": "Advanced settings" } }, "title": "Discovered Brother Printer" } } }, "entity": { "sensor": { "belt_unit_remaining_life": { "name": "Belt unit remaining lifetime" }, "black_drum_page_counter": { "name": "Black drum page counter", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "black_drum_remaining_life": { "name": "Black drum remaining lifetime" }, "black_drum_remaining_pages": { "name": "Black drum remaining pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "black_ink_remaining": { "name": "Black ink remaining" }, "black_toner_remaining": { "name": "Black toner remaining" }, "bw_pages": { "name": "B/W pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "color_pages": { "name": "Color pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "cyan_drum_page_counter": { "name": "Cyan drum page counter", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "cyan_drum_remaining_life": { "name": "Cyan drum remaining lifetime" }, "cyan_drum_remaining_pages": { "name": "Cyan drum remaining pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "cyan_ink_remaining": { "name": "Cyan ink remaining" }, "cyan_toner_remaining": { "name": "Cyan toner remaining" }, "drum_page_counter": { "name": "Drum page counter", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "drum_remaining_life": { "name": "Drum remaining lifetime" }, "drum_remaining_pages": { "name": "Drum remaining pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "duplex_unit_page_counter": { "name": "Duplex unit page counter", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "fuser_remaining_life": { "name": "Fuser remaining lifetime" }, "laser_remaining_life": { "name": "Laser remaining lifetime" }, "last_restart": { "name": "Last restart" }, "magenta_drum_page_counter": { "name": "Magenta drum page counter", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "magenta_drum_remaining_life": { "name": "Magenta drum remaining lifetime" }, "magenta_drum_remaining_pages": { "name": "Magenta drum remaining pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "magenta_ink_remaining": { "name": "Magenta ink remaining" }, "magenta_toner_remaining": { "name": "Magenta toner remaining" }, "page_counter": { "name": "Page counter", "unit_of_measurement": "pages" }, "pf_kit_1_remaining_life": { "name": "PF Kit 1 remaining lifetime" }, "pf_kit_mp_remaining_life": { "name": "PF Kit MP remaining lifetime" }, "status": { "name": "Status" }, "yellow_drum_page_counter": { "name": "Yellow drum page counter", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "yellow_drum_remaining_life": { "name": "Yellow drum remaining lifetime" }, "yellow_drum_remaining_pages": { "name": "Yellow drum remaining pages", "unit_of_measurement": "[%key:component::brother::entity::sensor::page_counter::unit_of_measurement%]" }, "yellow_ink_remaining": { "name": "Yellow ink remaining" }, "yellow_toner_remaining": { "name": "Yellow toner remaining" } } }, "exceptions": { "cannot_connect": { "message": "An error occurred while connecting to the {device} printer: {error}" }, "serial_mismatch": { "message": "The serial number for {device} doesn't match the one in the configuration. It's possible that the two Brother printers have swapped IP addresses. Restore the previous IP address configuration or reconfigure the devices with Home Assistant." }, "update_error": { "message": "An error occurred while retrieving data from the {device} printer: {error}" } }, "selector": { "printer_type": { "options": { "ink": "ink", "laser": "laser" } } } }