Просмотр исходного кода

Skyfan DC fan: make speed and preset optional

Issue #1959
Jason Rumney 1 год назад
Родитель
Сommit
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