瀏覽代碼

Create vivo_fd55_motorized_tv_mount.yaml (#3817)

* Create vivo_fd55_motorized_tv_mount.yaml

Added Vivo Motorized TV Ceiling Mount support
(only up and down works)
---------

Co-authored-by: Jason Rumney <make-all@users.noreply.github.com>
tr1ckz 4 月之前
父節點
當前提交
9d1729b9d7
共有 1 個文件被更改,包括 36 次插入0 次删除
  1. 36 0
      custom_components/tuya_local/devices/vivo_fd55_tvmount.yaml

+ 36 - 0
custom_components/tuya_local/devices/vivo_fd55_tvmount.yaml

@@ -0,0 +1,36 @@
+name: TV mount
+products:
+  - id: ejr6szbimwutiaqp
+    manufacturer: Vivo
+    name: FD55 Motorized TV Mount
+entities:
+  - entity: button
+    name: Stop
+    icon: "mdi:stop"
+    dps:
+      - id: 101
+        type: string
+        name: button
+        mapping:
+          - dps_val: cancel
+            value: true
+  - entity: button
+    name: Up
+    icon: "mdi:arrow-up-bold"
+    dps:
+      - id: 101
+        type: string
+        name: button
+        mapping:
+          - dps_val: move_up
+            value: true
+  - entity: button
+    name: Down
+    icon: "mdi:arrow-down-bold"
+    dps:
+      - id: 101
+        type: string
+        name: button
+        mapping:
+          - dps_val: move_down
+            value: true