Skip to content

Commit 605dd4d

Browse files
committed
Don't shorten name
1 parent c1e3dc0 commit 605dd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
HEATER_CENTRAL_MEASUREMENTS: Final[dict[str, DATA | UOM]] = {
478478
"boiler_temperature": DATA("water_temperature", TEMP_CELSIUS),
479479
"domestic_hot_water_mode": DATA("dhw_mode", NONE),
480-
"domestic_hot_water_setpoint": DATA("dhw_setpoint", TEMP_CELSIUS),
480+
"domestic_hot_water_setpoint": UOM(TEMP_CELSIUS),
481481
"domestic_hot_water_state": DATA("dhw_state", NONE),
482482
"domestic_hot_water_temperature": DATA("dhw_temperature", TEMP_CELSIUS),
483483
"elga_status_code": UOM(NONE),

0 commit comments

Comments
 (0)