We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
model_id
1 parent b8b101d commit 081b769Copy full SHA for 081b769
homeassistant/components/brother/entity.py
@@ -24,7 +24,7 @@ def __init__(
24
connections={(CONNECTION_NETWORK_MAC, coordinator.brother.mac)},
25
serial_number=coordinator.brother.serial,
26
manufacturer="Brother",
27
- model=coordinator.brother.model,
+ model_id=coordinator.brother.model,
28
name=coordinator.brother.model,
29
sw_version=coordinator.brother.firmware,
30
)
0 commit comments