Przeglądaj źródła

Add Powr Curve Fan

Add Powr Curve Fan
Airey001 8 miesięcy temu
rodzic
commit
f4bab07e9d

+ 24 - 0
custom_components/tuya_local/devices/powr_curve_stand_fan.yaml

@@ -0,0 +1,24 @@
+name: Powr Curve Stand Fan
+products:
+  - id: ud7aaomrkuwo72ey
+    manufacturer: Comfort Zone
+    model: Comfort Zone Powr Curve Stand Fan
+
+entities:
+  - entity: fan
+    dps:
+      - id: 1
+        type: boolean
+        name: switch
+      - id: 3
+        type: integer
+        name: speed
+        range:
+          min: 1
+          max: 3
+
+      - id: 5
+        type: boolean
+        name: oscillate
+
+