Add suggested area support to nuheat (#46801)

This commit is contained in:
J. Nick Koston 2021-02-19 19:57:02 -10:00 committed by GitHub
parent 54cf954353
commit 0e9148e239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,4 +291,5 @@ class NuHeatThermostat(CoordinatorEntity, ClimateEntity):
"name": self._thermostat.room,
"model": "nVent Signature",
"manufacturer": MANUFACTURER,
"suggested_area": self._thermostat.room,
}