فهرست منبع

add device Kesser Infrared Heater 3000W

xlemassacre 2 سال پیش
والد
کامیت
fa810e825b
1فایلهای تغییر یافته به همراه27 افزوده شده و 0 حذف شده
  1. 27 0
      custom_components/tuya_local/devices/kesser_infrared_heater.yaml

+ 27 - 0
custom_components/tuya_local/devices/kesser_infrared_heater.yaml

@@ -0,0 +1,27 @@
+name: Kesser Infrared Heater 3000W
+products:
+  - id: trsas9jlfgcbxhq9
+    name: Kesser Infrared Heater 3000W
+primary_entity:
+  entity: switch
+  name: Power
+  dps:
+    - id: 1
+      type: boolean      
+      name: switch
+secondary_entities:
+  - entity: select
+    name: Modus
+    dps:
+      - id: 4
+        type: string
+        name: option
+        mapping:
+          - dps_val: "P0"
+            value: "Aus"
+          - dps_val: "P1"
+            value: "1000W" 
+          - dps_val: "P2"
+            value: "2000W" 
+          - dps_val: "P3"
+            value: "3000W"