mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +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",
|
manufacturer="devolo",
|
||||||
model=device.product,
|
model=device.product,
|
||||||
name=entry.title,
|
name=entry.title,
|
||||||
|
serial_number=device.serial_number,
|
||||||
sw_version=device.firmware_version,
|
sw_version=device.firmware_version,
|
||||||
)
|
)
|
||||||
self._attr_translation_key = self.entity_description.key
|
self._attr_translation_key = self.entity_description.key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user