Add incomfort heater serialnr to device info (#136012)
parent
3ee2dc9790
commit
ccd7b1c21a
|
@ -26,4 +26,5 @@ class IncomfortBoilerEntity(IncomfortEntity):
|
|||
identifiers={(DOMAIN, heater.serial_no)},
|
||||
manufacturer="Intergas",
|
||||
name="Boiler",
|
||||
serial_number=heater.serial_no,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue