Skip to content

Commit 4dccc61

Browse files
committed
More constants cleaning
1 parent 920ba34 commit 4dccc61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugwise/constants.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@
463463
"electricity_consumed": {ATTR_UNIT_OF_MEASUREMENT: POWER_WATT},
464464
"electricity_produced": {ATTR_UNIT_OF_MEASUREMENT: POWER_WATT},
465465
"relay": {ATTR_UNIT_OF_MEASUREMENT: NONE},
466-
# Added measurements from actuator_functionalities/thermostat_functionality
467466
"regulation_mode": {ATTR_UNIT_OF_MEASUREMENT: NONE},
468467
}
469468

@@ -524,9 +523,6 @@
524523
ATTR_NAME: "outdoor_air_temperature",
525524
ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS,
526525
},
527-
"lower_bound": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
528-
"upper_bound": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
529-
"resolution": {ATTR_UNIT_OF_MEASUREMENT: TEMP_CELSIUS},
530526
}
531527

532528
# Known types of Smiles and Stretches

0 commit comments

Comments
 (0)