Use model_id in devolo_home_network (#122048)

This commit is contained in:
Guido Schmitz 2024-07-16 22:39:00 +02:00 committed by GitHub
parent 89198b0512
commit 0ad2398bda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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,
)

View File

@ -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>,