Skip to content

Commit 081b769

Browse files
authored
Use Brother printer model as model_id (home-assistant#156876)
1 parent b8b101d commit 081b769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/brother/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(
2424
connections={(CONNECTION_NETWORK_MAC, coordinator.brother.mac)},
2525
serial_number=coordinator.brother.serial,
2626
manufacturer="Brother",
27-
model=coordinator.brother.model,
27+
model_id=coordinator.brother.model,
2828
name=coordinator.brother.model,
2929
sw_version=coordinator.brother.firmware,
3030
)

0 commit comments

Comments
 (0)