diff --git a/homeassistant/components/nuheat/climate.py b/homeassistant/components/nuheat/climate.py index e8f21fc89c2..35000dd21fa 100644 --- a/homeassistant/components/nuheat/climate.py +++ b/homeassistant/components/nuheat/climate.py @@ -291,4 +291,5 @@ class NuHeatThermostat(CoordinatorEntity, ClimateEntity): "name": self._thermostat.room, "model": "nVent Signature", "manufacturer": MANUFACTURER, + "suggested_area": self._thermostat.room, }