Преглед изворни кода

Skyfan DC fan: make speed and preset optional

Issue #1959
Jason Rumney пре 1 година
родитељ
комит
7c40b0e0f8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      custom_components/tuya_local/devices/skyfan_dc_fan.yaml

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

@@ -11,6 +11,7 @@ primary_entity:
     - id: 2
       type: string
       name: preset_mode
+      optional: true
       mapping:
         - dps_val: smart
           value: smart
@@ -21,6 +22,7 @@ primary_entity:
     - id: 3
       type: integer
       name: speed
+      optional: true
       range:
         min: 1
         max: 5