Browse Source

Update custom_components/tuya_local/devices/vta+_fan_heater

Added ` hidden: true` to dps_val: "null", as preset_mode condition for hvac_mode

MigSo 1 year ago
parent
commit
57874adc4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      custom_components/tuya_local/devices/vta+_fan_heater

+ 1 - 0
custom_components/tuya_local/devices/vta+_fan_heater

@@ -17,6 +17,7 @@ primary_entity:
           conditions:
           conditions:
             - dps_val: "null"
             - dps_val: "null"
               value: fan_only
               value: fan_only
+              hidden: true
             - dps_val: "level_1"
             - dps_val: "level_1"
               value: fan_only
               value: fan_only
             - dps_val: "level_2"
             - dps_val: "level_2"