Browse Source

Add files via upload

pacorola 10 months ago
parent
commit
84eddcb113
1 changed files with 28 additions and 0 deletions
  1. 28 0
      custom_components/tuya_local/devices/KIMEX_tuya_cinema_screen.yaml

+ 28 - 0
custom_components/tuya_local/devices/KIMEX_tuya_cinema_screen.yaml

@@ -0,0 +1,28 @@
+name: Simple curtain switch
+products:
+  - id: 000003th5e
+    manufacturer: KIMEX
+    model: KIMEX 048-1511W
+  -
+entities:
+  - entity: cover
+    class: blind
+    dps:
+      - id: 1
+        name: control
+        type: string
+        mapping:
+         - dps_val: open
+           value: open
+         - dps_val: close
+           value: close
+         - dps_val: stop
+           value: stop
+      - id: 8
+        name: control_back
+        type: string
+        mapping:
+         - dps_val: forward
+           value: forward
+         - dps_val: backward
+           value: backward