Skip to content

Commit 4e96fae

Browse files
authored
Ensure all Tuya TRVs use int32 for local temp calibratio (#3880)
1 parent f23fda3 commit 4e96fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/tuya/tuya_trv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ async def write_attributes(
145145
.tuya_number(
146146
dp_id=27,
147147
attribute_name=TuyaThermostatV2NoSchedule.AttributeDefs.local_temperature_calibration.name,
148-
type=t.uint32_t,
148+
type=t.int32s,
149149
min_value=-6,
150150
max_value=6,
151151
unit=UnitOfTemperature.CELSIUS,

0 commit comments

Comments
 (0)