mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add incomfort heater serialnr to device info (#136012)
This commit is contained in:
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…
x
Reference in New Issue
Block a user