Skip to content

Commit

Permalink
Add serial number to Nuheat (#102527)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Oct 22, 2023
1 parent 58e84b7 commit ee8037a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/nuheat/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def device_info(self) -> DeviceInfo:
"""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,
Expand Down

0 comments on commit ee8037a

Please sign in to comment.