Explorar el Código

fix(electriq_my130_radiator): reverse preset_mode mappings

Issue #5295
Jason Rumney hace 1 mes
padre
commit
74d72b62dd

+ 2 - 2
custom_components/tuya_local/devices/electriq_my130_radiator.yaml

@@ -27,11 +27,11 @@ entities:
         name: preset_mode
         name: preset_mode
         mapping:
         mapping:
           - dps_val: "1"
           - dps_val: "1"
-            value: low
+            value: high
           - dps_val: "2"
           - dps_val: "2"
             value: medium
             value: medium
           - dps_val: "3"
           - dps_val: "3"
-            value: high
+            value: low
   - entity: select
   - entity: select
     translation_key: timer
     translation_key: timer
     category: config
     category: config