Bump brother library to version 0.2.1 (#46421)
This commit is contained in:
parent
362a1cd9bd
commit
061d9c5293
8 changed files with 63 additions and 32 deletions
|
@ -41,12 +41,16 @@ ATTR_YELLOW_DRUM_REMAINING_PAGES = "yellow_drum_remaining_pages"
|
|||
ATTR_YELLOW_INK_REMAINING = "yellow_ink_remaining"
|
||||
ATTR_YELLOW_TONER_REMAINING = "yellow_toner_remaining"
|
||||
|
||||
DATA_CONFIG_ENTRY = "config_entry"
|
||||
|
||||
DOMAIN = "brother"
|
||||
|
||||
UNIT_PAGES = "p"
|
||||
|
||||
PRINTER_TYPES = ["laser", "ink"]
|
||||
|
||||
SNMP = "snmp"
|
||||
|
||||
SENSOR_TYPES = {
|
||||
ATTR_STATUS: {
|
||||
ATTR_ICON: "mdi:printer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue