mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Add incomfort heater serialnr to device info (#136012)
This commit is contained in:
@@ -26,4 +26,5 @@ class IncomfortBoilerEntity(IncomfortEntity):
|
||||
identifiers={(DOMAIN, heater.serial_no)},
|
||||
manufacturer="Intergas",
|
||||
name="Boiler",
|
||||
serial_number=heater.serial_no,
|
||||
)
|
||||
|
Reference in New Issue
Block a user