@@ -76,8 +76,6 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
76
76
.applies_to ("_TZE200_qyflbnbj" , "TS0601" )
77
77
.applies_to ("_TZE284_qyflbnbj" , "TS0601" )
78
78
.applies_to ("_TZE200_44af8vyi" , "TS0601" )
79
- .applies_to ("_TZE200_vvmbj46n" , "TS0601" )
80
- .applies_to ("_TZE284_vvmbj46n" , "TS0601" )
81
79
# Not using tuya_temperature because device reports negative values incorrectly
82
80
.tuya_dp (
83
81
dp_id = 1 ,
@@ -120,6 +118,8 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
120
118
.applies_to ("_TZE200_ydrdfkim" , "TS0601" )
121
119
.applies_to ("_TZE284_locansqn" , "TS0601" )
122
120
.applies_to ("_TZE200_w6n8jeuu" , "TS0601" )
121
+ .applies_to ("_TZE200_vvmbj46n" , "TS0601" )
122
+ .applies_to ("_TZE284_vvmbj46n" , "TS0601" )
123
123
.tuya_temperature (dp_id = 1 , scale = 10 )
124
124
.tuya_humidity (dp_id = 2 )
125
125
.tuya_battery (dp_id = 4 )
@@ -250,6 +250,7 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
250
250
translation_key = "humidity_sensitivity" ,
251
251
fallback_name = "Humidity sensitivity" ,
252
252
)
253
+ .tuya_enchantment (data_query_spell = True )
253
254
.skip_configuration ()
254
255
.add_to_registry (replacement_cluster = NoManufTimeTuyaMCUCluster )
255
256
)
0 commit comments