mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Add serial number to devolo Home Network (#102546)
This commit is contained in:
parent
877410bb9d
commit
a77a0ef4a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user