Add serial number to devolo Home Network (#102546)

This commit is contained in:
Guido Schmitz 2023-10-22 20:51:27 +02:00 committed by GitHub
parent 877410bb9d
commit a77a0ef4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ class DevoloEntity(Entity):
manufacturer="devolo",
model=device.product,
name=entry.title,
serial_number=device.serial_number,
sw_version=device.firmware_version,
)
self._attr_translation_key = self.entity_description.key