From a77a0ef4a5cc653e35b395e191b553a58d33757b Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Sun, 22 Oct 2023 20:51:27 +0200 Subject: [PATCH] Add serial number to devolo Home Network (#102546) --- homeassistant/components/devolo_home_network/entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/devolo_home_network/entity.py b/homeassistant/components/devolo_home_network/entity.py index 56a1043d126..ff0b2ba2c48 100644 --- a/homeassistant/components/devolo_home_network/entity.py +++ b/homeassistant/components/devolo_home_network/entity.py @@ -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