We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e3dc0 commit 605dd4dCopy full SHA for 605dd4d
plugwise/constants.py
@@ -477,7 +477,7 @@
477
HEATER_CENTRAL_MEASUREMENTS: Final[dict[str, DATA | UOM]] = {
478
"boiler_temperature": DATA("water_temperature", TEMP_CELSIUS),
479
"domestic_hot_water_mode": DATA("dhw_mode", NONE),
480
- "domestic_hot_water_setpoint": DATA("dhw_setpoint", TEMP_CELSIUS),
+ "domestic_hot_water_setpoint": UOM(TEMP_CELSIUS),
481
"domestic_hot_water_state": DATA("dhw_state", NONE),
482
"domestic_hot_water_temperature": DATA("dhw_temperature", TEMP_CELSIUS),
483
"elga_status_code": UOM(NONE),
0 commit comments