Преглед на файлове

Converted breville_lad208_dehumidifier.yaml to Unix format file

Matches other devices in repo
Patrick Ohearn преди 2 години
родител
ревизия
20190ed845
променени са 1 файла, в които са добавени 207 реда и са изтрити 207 реда
  1. 207 207
      custom_components/tuya_local/devices/breville_lad208_dehumidifier.yaml

+ 207 - 207
custom_components/tuya_local/devices/breville_lad208_dehumidifier.yaml

@@ -1,208 +1,208 @@
-name: Dehumidifier
-products:
-  - id: 6cad6hhp5kbwbtyq
-    name: Breville Smart Dry Connect Dehumidifier (LAD208)
-primary_entity:
-  entity: humidifier
-  class: dehumidifier
-  dps:
-    - id: 1
-      name: switch
-      type: boolean
-      mapping:
-        - dps_val: false
-          icon: "mdi:air-humidifier-off"
-          icon_priority: 2
-        - dps_val: true
-          icon: "mdi:air-humidifier"
-          icon_priority: 4
-    - id: 2
-      name: mode
-      type: string
-      mapping:
-        - dps_val: 0
-          value: "Auto"
-        - dps_val: 1
-          value: "Continuous"
-        - dps_val: 2
-          value: "Laundry"
-          icon: "mdi:t-shirt-crew"
-          icon_priority: 3
-        - dps_val: 3
-          value: "Ventilation"
-    - id: 4
-      name: humidity
-      type: integer
-      range:
-        min: 30
-        max: 80
-      mapping:
-        - step: 5
-    - id: 104
-      type: integer
-      name: current_humidity
-secondary_entities:
-  - entity: fan
-    name: Fan
-    icon: "mdi:fan"
-    category: config
-    dps:
-      - id: 1
-        type: boolean
-        name: switch
-      - id: 6
-        type: string
-        name: speed
-        mapping:
-          - dps_val: "1"
-            value: 50
-          - dps_val: "3"
-            value: 100
-  - entity: select
-    name: Timer
-    icon: "mdi:timer"
-    class: duration
-    category: config
-    dps:
-      - id: 12
-        type: string
-        name: option
-        optional: true
-        mapping:
-          - dps_val: "0"
-            value: "Off"
-          - dps_val: "1"
-            value: "1 hour"
-          - dps_val: "2"
-            value: "2 hours"
-          - dps_val: "3"
-            value: "3 hours"
-          - dps_val: "4"
-            value: "4 hours"
-          - dps_val: "5"
-            value: "5 hours"
-          - dps_val: "6"
-            value: "6 hours"
-          - dps_val: "7"
-            value: "7 hours"
-          - dps_val: "8"
-            value: "8 hours"
-          - dps_val: "9"
-            value: "9 hours"
-          - dps_val: "10"
-            value: "10 hours"
-          - dps_val: "11"
-            value: "11 hours"
-          - dps_val: "12"
-            value: "12 hours"
-          - dps_val: "13"
-            value: "13 hours"
-          - dps_val: "14"
-            value: "14 hours"
-          - dps_val: "15"
-            value: "15 hours"
-          - dps_val: "16"
-            value: "16 hours"
-          - dps_val: "17"
-            value: "17 hours"
-          - dps_val: "18"
-            value: "18 hours"
-          - dps_val: "19"
-            value: "19 hours"
-          - dps_val: "20"
-            value: "20 hours"
-          - dps_val: "21"
-            value: "21 hours"
-          - dps_val: "22"
-            value: "22 hours"
-          - dps_val: "23"
-            value: "23 hours"
-          - dps_val: "24"
-            value: "24 hours"
-  - entity: sensor
-    class: humidity
-    dps:
-      - id: 104
-        type: integer
-        name: sensor
-        unit: "%"
-        class: measurement
-  - entity: sensor
-    class: temperature
-    dps:
-      - id: 103
-        type: integer
-        name: sensor
-        unit: C
-        class: measurement
-  - entity: switch
-    name: Sleep
-    category: config
-    dps:
-      - id: 102
-        type: boolean
-        name: switch
-        mapping:
-          - dps_val: false
-            icon: "mdi:sleep-off"
-          - dps_val: true
-            icon: "mdi:sleep"
-  - entity: lock
-    name: Child lock
-    category: config
-    dps:
-      - id: 7
-        type: boolean
-        name: lock
-        mapping:
-          - dps_val: false
-            icon: "mdi:hand-back-right"
-          - dps_val: true
-            icon: "mdi:hand-back-right-off"
-  - entity: binary_sensor
-    class: problem
-    name: Tank full
-    icon: "mdi:cup-outline"
-    icon-priority: 2
-    dps:
-      - id: 11
-        type: bitfield
-        name: sensor
-        mapping:
-          - dps_val: 8
-            value: true
-            icon: "mdi:cup-water"
-            icon-priority: 1
-          - value: false
-  - entity: binary_sensor
-    name: Defrost
-    class: cold
-    icon: "mdi:snowflake-melt"
-    category: diagnostic
-    dps:
-      - id: 105
-        type: boolean
-        name: sensor
-        mapping:
-          - dps_val: false
-            icon: "mdi:snowflake"
-            value: false
-          - dps_val: true
-            icon: "mdi:snowflake-melt"
-            value: true
-  - entity: binary_sensor
-    class: problem
-    name: Fault
-    category: diagnostic
-    dps:
-      - id: 11
-        type: bitfield
-        name: sensor
-        mapping:
-          - dps_val: 0
-            value: false
-          - dps_val: 8
-            value: false
-          - dps_val: null
-            value: false
+name: Dehumidifier
+products:
+  - id: 6cad6hhp5kbwbtyq
+    name: Breville Smart Dry Connect Dehumidifier (LAD208)
+primary_entity:
+  entity: humidifier
+  class: dehumidifier
+  dps:
+    - id: 1
+      name: switch
+      type: boolean
+      mapping:
+        - dps_val: false
+          icon: "mdi:air-humidifier-off"
+          icon_priority: 2
+        - dps_val: true
+          icon: "mdi:air-humidifier"
+          icon_priority: 4
+    - id: 2
+      name: mode
+      type: string
+      mapping:
+        - dps_val: 0
+          value: "Auto"
+        - dps_val: 1
+          value: "Continuous"
+        - dps_val: 2
+          value: "Laundry"
+          icon: "mdi:t-shirt-crew"
+          icon_priority: 3
+        - dps_val: 3
+          value: "Ventilation"
+    - id: 4
+      name: humidity
+      type: integer
+      range:
+        min: 30
+        max: 80
+      mapping:
+        - step: 5
+    - id: 104
+      type: integer
+      name: current_humidity
+secondary_entities:
+  - entity: fan
+    name: Fan
+    icon: "mdi:fan"
+    category: config
+    dps:
+      - id: 1
+        type: boolean
+        name: switch
+      - id: 6
+        type: string
+        name: speed
+        mapping:
+          - dps_val: "1"
+            value: 50
+          - dps_val: "3"
+            value: 100
+  - entity: select
+    name: Timer
+    icon: "mdi:timer"
+    class: duration
+    category: config
+    dps:
+      - id: 12
+        type: string
+        name: option
+        optional: true
+        mapping:
+          - dps_val: "0"
+            value: "Off"
+          - dps_val: "1"
+            value: "1 hour"
+          - dps_val: "2"
+            value: "2 hours"
+          - dps_val: "3"
+            value: "3 hours"
+          - dps_val: "4"
+            value: "4 hours"
+          - dps_val: "5"
+            value: "5 hours"
+          - dps_val: "6"
+            value: "6 hours"
+          - dps_val: "7"
+            value: "7 hours"
+          - dps_val: "8"
+            value: "8 hours"
+          - dps_val: "9"
+            value: "9 hours"
+          - dps_val: "10"
+            value: "10 hours"
+          - dps_val: "11"
+            value: "11 hours"
+          - dps_val: "12"
+            value: "12 hours"
+          - dps_val: "13"
+            value: "13 hours"
+          - dps_val: "14"
+            value: "14 hours"
+          - dps_val: "15"
+            value: "15 hours"
+          - dps_val: "16"
+            value: "16 hours"
+          - dps_val: "17"
+            value: "17 hours"
+          - dps_val: "18"
+            value: "18 hours"
+          - dps_val: "19"
+            value: "19 hours"
+          - dps_val: "20"
+            value: "20 hours"
+          - dps_val: "21"
+            value: "21 hours"
+          - dps_val: "22"
+            value: "22 hours"
+          - dps_val: "23"
+            value: "23 hours"
+          - dps_val: "24"
+            value: "24 hours"
+  - entity: sensor
+    class: humidity
+    dps:
+      - id: 104
+        type: integer
+        name: sensor
+        unit: "%"
+        class: measurement
+  - entity: sensor
+    class: temperature
+    dps:
+      - id: 103
+        type: integer
+        name: sensor
+        unit: C
+        class: measurement
+  - entity: switch
+    name: Sleep
+    category: config
+    dps:
+      - id: 102
+        type: boolean
+        name: switch
+        mapping:
+          - dps_val: false
+            icon: "mdi:sleep-off"
+          - dps_val: true
+            icon: "mdi:sleep"
+  - entity: lock
+    name: Child lock
+    category: config
+    dps:
+      - id: 7
+        type: boolean
+        name: lock
+        mapping:
+          - dps_val: false
+            icon: "mdi:hand-back-right"
+          - dps_val: true
+            icon: "mdi:hand-back-right-off"
+  - entity: binary_sensor
+    class: problem
+    name: Tank full
+    icon: "mdi:cup-outline"
+    icon-priority: 2
+    dps:
+      - id: 11
+        type: bitfield
+        name: sensor
+        mapping:
+          - dps_val: 8
+            value: true
+            icon: "mdi:cup-water"
+            icon-priority: 1
+          - value: false
+  - entity: binary_sensor
+    name: Defrost
+    class: cold
+    icon: "mdi:snowflake-melt"
+    category: diagnostic
+    dps:
+      - id: 105
+        type: boolean
+        name: sensor
+        mapping:
+          - dps_val: false
+            icon: "mdi:snowflake"
+            value: false
+          - dps_val: true
+            icon: "mdi:snowflake-melt"
+            value: true
+  - entity: binary_sensor
+    class: problem
+    name: Fault
+    category: diagnostic
+    dps:
+      - id: 11
+        type: bitfield
+        name: sensor
+        mapping:
+          - dps_val: 0
+            value: false
+          - dps_val: 8
+            value: false
+          - dps_val: null
+            value: false
           - value: true
           - value: true