mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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 the device_info of the device."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
identifiers={(DOMAIN, self._thermostat.serial_number)},
|
identifiers={(DOMAIN, self._thermostat.serial_number)},
|
||||||
|
serial_number=self._thermostat.serial_number,
|
||||||
name=self._thermostat.room,
|
name=self._thermostat.room,
|
||||||
model="nVent Signature",
|
model="nVent Signature",
|
||||||
manufacturer=MANUFACTURER,
|
manufacturer=MANUFACTURER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user