Explorar el Código

fix (vephos_true_airpurifier): quote Trus in model name

Due to yaml interpreting this as a boolean, it needs to be quoted.

Issue #3708
Jason Rumney hace 5 meses
padre
commit
4301af6890

+ 1 - 1
custom_components/tuya_local/devices/vephos_true_airpurifier.yaml

@@ -2,7 +2,7 @@ name: Air purifier
 products:
 products:
   - id: mhzbjznygqaqjx8w
   - id: mhzbjznygqaqjx8w
     manufacturer: Vephos
     manufacturer: Vephos
-    model: True
+    model: "True"
 entities:
 entities:
   - entity: fan
   - entity: fan
     translation_key: fan_with_presets
     translation_key: fan_with_presets