Skip to content

Commit 29a001c

Browse files
committed
Fix cooling_enabled constant
1 parent 8cb6b20 commit 29a001c

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
@@ -498,7 +498,7 @@
498498
"compressor_state": UOM(NONE),
499499
"cooling_state": UOM(NONE),
500500
# Available with the Loria and Elga (newer Anna firmware) heatpumps
501-
"cooling_enabled": DATA("cooling_ena_switch", TEMP_CELSIUS),
501+
"cooling_enabled": UOM(NONE),
502502
# Next 2 keys are used to show the state of the gas-heater used next to the Elga heatpump - marcelveldt
503503
"slave_boiler_state": UOM(NONE),
504504
"flame_state": UOM(NONE), # Also present when there is a single gas-heater

0 commit comments

Comments
 (0)