mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add suggested area support to nuheat (#46801)
This commit is contained in:
parent
54cf954353
commit
0e9148e239
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user