From 0e9148e239c01f2ca29e1ef2e0d69058aae24d51 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 Feb 2021 19:57:02 -1000 Subject: [PATCH] Add suggested area support to nuheat (#46801) --- homeassistant/components/nuheat/climate.py | 1 + 1 file changed, 1 insertion(+) 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, }