Add serial number to Nuheat (#102527)
This commit is contained in:
parent
58e84b7ba1
commit
ee8037afc1
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ class NuHeatThermostat(CoordinatorEntity, ClimateEntity):
|
|||
"""Return the device_info of the device."""
|
||||
return DeviceInfo(
|
||||
identifiers={(DOMAIN, self._thermostat.serial_number)},
|
||||
serial_number=self._thermostat.serial_number,
|
||||
name=self._thermostat.room,
|
||||
model="nVent Signature",
|
||||
manufacturer=MANUFACTURER,
|
||||
|
|
Loading…
Add table
Reference in a new issue