mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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)},
|
identifiers={(DOMAIN, heater.serial_no)},
|
||||||
manufacturer="Intergas",
|
manufacturer="Intergas",
|
||||||
name="Boiler",
|
name="Boiler",
|
||||||
|
serial_number=heater.serial_no,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user