File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 145145# radiator_valve: 'uncorrected_temperature', 'temperature_offset'
146146
147147DEVICE_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
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 ),
You can’t perform that action at this time.
0 commit comments