Skip to content

Commit 3d46ab5

Browse files
authored
Add serial number to IPP (home-assistant#154648)
1 parent 567cc9f commit 3d46ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/ipp/entity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def __init__(
3131
manufacturer=self.coordinator.data.info.manufacturer,
3232
model=self.coordinator.data.info.model,
3333
name=self.coordinator.data.info.name,
34+
serial_number=self.coordinator.data.info.serial,
3435
sw_version=self.coordinator.data.info.version,
3536
configuration_url=self.coordinator.data.info.more_info,
3637
)

0 commit comments

Comments
 (0)