mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Use model_id in devolo_home_network (#122048)
This commit is contained in:
parent
89198b0512
commit
0ad2398bda
@ -48,6 +48,7 @@ class DevoloEntity(Entity):
|
||||
identifiers={(DOMAIN, str(self.device.serial_number))},
|
||||
manufacturer="devolo",
|
||||
model=self.device.product,
|
||||
model_id=self.device.mt_number,
|
||||
serial_number=self.device.serial_number,
|
||||
sw_version=self.device.firmware_version,
|
||||
)
|
||||
|
@ -25,7 +25,7 @@
|
||||
}),
|
||||
'manufacturer': 'devolo',
|
||||
'model': 'dLAN pro 1200+ WiFi ac',
|
||||
'model_id': None,
|
||||
'model_id': '2730',
|
||||
'name': 'Mock Title',
|
||||
'name_by_user': None,
|
||||
'primary_config_entry': <ANY>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user