mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add serial number to Nuheat (#102527)
This commit is contained in:
parent
58e84b7ba1
commit
ee8037afc1
@ -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…
x
Reference in New Issue
Block a user