mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
Add suggested area support to nuheat (#46801)
This commit is contained in:
@@ -291,4 +291,5 @@ class NuHeatThermostat(CoordinatorEntity, ClimateEntity):
|
|||||||
"name": self._thermostat.room,
|
"name": self._thermostat.room,
|
||||||
"model": "nVent Signature",
|
"model": "nVent Signature",
|
||||||
"manufacturer": MANUFACTURER,
|
"manufacturer": MANUFACTURER,
|
||||||
|
"suggested_area": self._thermostat.room,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user