Przeglądaj źródła

Morento HY4866: standardize timer "off" value

Since adding translations, timer "off" has been standardized to use "cancel",
which is most frequently matching with the tuya value.
This device used "infinite", which has no translation, despite the tuya
value being a capitalised "Cancel".
Jason Rumney 11 miesięcy temu
rodzic
commit
234a7d9761

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

@@ -67,7 +67,7 @@ entities:
         name: option
         name: option
         mapping:
         mapping:
           - dps_val: Cancel
           - dps_val: Cancel
-            value: infinite
+            value: cancel
           - dps_val: "2H"
           - dps_val: "2H"
             value: "2h"
             value: "2h"
           - dps_val: "5H"
           - dps_val: "5H"