Skip to content

Commit c1e3dc0

Browse files
committed
Add dhw_setpoint, fix dhw_state
1 parent 0ef2e13 commit c1e3dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@
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_state": DATA("dhw_state", TEMP_CELSIUS),
480+
"domestic_hot_water_setpoint": DATA("dhw_setpoint", TEMP_CELSIUS),
481+
"domestic_hot_water_state": DATA("dhw_state", NONE),
481482
"domestic_hot_water_temperature": DATA("dhw_temperature", TEMP_CELSIUS),
482483
"elga_status_code": UOM(NONE),
483484
"intended_boiler_temperature": UOM(

0 commit comments

Comments
 (0)