Skip to content

Commit 6a07026

Browse files
authored
Fix Tuya TRV _TZE204_ltwbm23f hysteresis enum (#4089)
1 parent 9b4a0a5 commit 6a07026

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
@@ -834,7 +834,7 @@ async def write_attributes(
834834
.tuya_enum(
835835
dp_id=127,
836836
attribute_name="hysteresis_mode",
837-
enum_class=TuyaDisplayOrientation,
837+
enum_class=TuyaHysteresis,
838838
translation_key="hysteresis_mode",
839839
fallback_name="Hysteresis mode",
840840
)

0 commit comments

Comments
 (0)