Skip to content

Commit 811c532

Browse files
committed
Except humidity
1 parent 96699d6 commit 811c532

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
@@ -123,7 +123,7 @@
123123
# radiator_valve: 'uncorrected_temperature', 'temperature_offset'
124124

125125
DEVICE_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

0 commit comments

Comments
 (0)