Skip to content

Commit 5219928

Browse files
committed
Update comments in constants.py
1 parent 2bac27e commit 5219928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
# radiator_valve: 'uncorrected_temperature', 'temperature_offset'
146146

147147
DEVICE_MEASUREMENTS: Final[dict[str, DATA | UOM]] = {
148-
"humidity": UOM(NONE), # Specific for a Jip
148+
"humidity": UOM(NONE), # Specific for an Emma or Jip
149149
"illuminance": UOM(UNIT_LUMEN), # Specific for an Anna
150150
"temperature": UOM(TEMP_CELSIUS), # HA Core thermostat current_temperature
151151
"thermostat": DATA("setpoint", TEMP_CELSIUS), # HA Core thermostat setpoint
@@ -154,7 +154,7 @@
154154
"cooling_activation_outdoor_temperature": UOM(TEMP_CELSIUS),
155155
"cooling_deactivation_threshold": UOM(TEMP_CELSIUS),
156156
##################################
157-
# Specific for a Lisa or Tom/Floor
157+
# Specific for an Emma Jip, Lisa, Tom or Floor
158158
"battery": UOM(PERCENTAGE),
159159
"temperature_difference": UOM(DEGREE),
160160
"valve_position": UOM(PERCENTAGE),

0 commit comments

Comments
 (0)