Add serial number to Nuheat (#102527)

This commit is contained in:
Joost Lekkerkerker
2023-10-22 16:53:04 +02:00
committed by GitHub
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,