Add incomfort heater serialnr to device info (#136012)

This commit is contained in:
Jan Bouwhuis 2025-01-19 19:51:04 +01:00 committed by GitHub
parent 3ee2dc9790
commit ccd7b1c21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,4 +26,5 @@ class IncomfortBoilerEntity(IncomfortEntity):
identifiers={(DOMAIN, heater.serial_no)}, identifiers={(DOMAIN, heater.serial_no)},
manufacturer="Intergas", manufacturer="Intergas",
name="Boiler", name="Boiler",
serial_number=heater.serial_no,
) )