@@ -76,8 +76,6 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
7676 .applies_to ("_TZE200_qyflbnbj" , "TS0601" )
7777 .applies_to ("_TZE284_qyflbnbj" , "TS0601" )
7878 .applies_to ("_TZE200_44af8vyi" , "TS0601" )
79- .applies_to ("_TZE200_vvmbj46n" , "TS0601" )
80- .applies_to ("_TZE284_vvmbj46n" , "TS0601" )
8179 # Not using tuya_temperature because device reports negative values incorrectly
8280 .tuya_dp (
8381 dp_id = 1 ,
@@ -120,6 +118,8 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
120118 .applies_to ("_TZE200_ydrdfkim" , "TS0601" )
121119 .applies_to ("_TZE284_locansqn" , "TS0601" )
122120 .applies_to ("_TZE200_w6n8jeuu" , "TS0601" )
121+ .applies_to ("_TZE200_vvmbj46n" , "TS0601" )
122+ .applies_to ("_TZE284_vvmbj46n" , "TS0601" )
123123 .tuya_temperature (dp_id = 1 , scale = 10 )
124124 .tuya_humidity (dp_id = 2 )
125125 .tuya_battery (dp_id = 4 )
@@ -250,6 +250,7 @@ class NoManufTimeTuyaMCUCluster(TuyaMCUCluster):
250250 translation_key = "humidity_sensitivity" ,
251251 fallback_name = "Humidity sensitivity" ,
252252 )
253+ .tuya_enchantment (data_query_spell = True )
253254 .skip_configuration ()
254255 .add_to_registry (replacement_cluster = NoManufTimeTuyaMCUCluster )
255256)
0 commit comments