mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Add serial number to devolo Home Network (#102546)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user