Skip to content

Commit aa93451

Browse files
committed
Move maximum_boiler_temperature
1 parent 58c1d7d commit aa93451

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
@@ -453,7 +453,6 @@
453453
"upper_bound": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
454454
"resolution": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
455455
"regulation_mode": {ATTR_UNIT_OF_MEASUREMENT: NONE},
456-
"maximum_boiler_temperature": {ATTR_UNIT_OF_MEASUREMENT: NONE},
457456
}
458457

459458
# Heater Central related measurements
@@ -483,6 +482,7 @@
483482
ATTR_NAME: "heating_state",
484483
ATTR_UNIT_OF_MEASUREMENT: NONE,
485484
}, # This key shows in general the heating-behavior better than c-h_state. except when connected to a heatpump
485+
"maximum_boiler_temperature": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
486486
"modulation_level": {ATTR_UNIT_OF_MEASUREMENT: PERCENTAGE},
487487
"return_water_temperature": {
488488
ATTR_NAME: "return_temperature",

0 commit comments

Comments
 (0)