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 123123# radiator_valve: 'uncorrected_temperature', 'temperature_offset'
124124
125125DEVICE_MEASUREMENTS : Final [dict [str , DATA | UOM ]] = {
126- "humidity" : UOM (PERCENTAGE ), # Specific for a Jip
126+ "humidity" : UOM (NONE ), # Specific for a Jip
127127 "illuminance" : UOM (UNIT_LUMEN ), # Specific for an Anna
128128 "temperature" : UOM (TEMP_CELSIUS ), # HA Core thermostat current_temperature
129129 "thermostat" : DATA ("setpoint" , TEMP_CELSIUS ), # HA Core thermostat setpoint
@@ -457,7 +457,7 @@ class SmileSensors(TypedDict, total=False):
457457 electricity_produced_point : float
458458 gas_consumed_cumulative : float
459459 gas_consumed_interval : float
460- humidity : int
460+ humidity : float
461461 illuminance : float
462462 intended_boiler_temperature : float
463463 modulation_level : int
You can’t perform that action at this time.
0 commit comments