Kamil Wojtczyk 5 месяцев назад
Родитель
Сommit
d8a3a07d97
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      custom_components/tuya_local/devices/kaisai_proheat_airconditioner.yaml

+ 0 - 2
custom_components/tuya_local/devices/kaisai_proheat_airconditioner.yaml

@@ -56,12 +56,10 @@ entities:
         name: fan_mode
         name: fan_mode
         type: string
         type: string
         mapping:
         mapping:
-          # When auto_fan (DP 7) is true, show as auto regardless of manual speed setting
           - constraint: auto_fan
           - constraint: auto_fan
             conditions:
             conditions:
               - dps_val: true
               - dps_val: true
                 value: "auto"
                 value: "auto"
-          # When auto_fan is false, use manual speed settings
           - dps_val: "1"
           - dps_val: "1"
             constraint: auto_fan
             constraint: auto_fan
             conditions:
             conditions: