ソースを参照

Create hauschen_smart_mirror.yaml

Added support for Hauschen Smart Mirror
xtaria 1 年間 前
コミット
580fd8c885

+ 31 - 0
custom_components/tuya_local/devices/hauschen_smart_mirror.yaml

@@ -0,0 +1,31 @@
+name: Hauschen Home Smart Mirror
+products:
+  - id: aI7d0iudqVMbCkHL
+    name: 48x36 Mirror
+primary_entity:
+  entity: light
+  dps:
+    - id: 1
+      type: boolean
+      name: switch
+    - id: 3
+      type: integer
+      name: brightness
+      optional: true
+      range:
+        min: 1
+        max: 100
+    - id: 4
+      type: integer
+      optional: true
+      name: color_temp
+      range:
+        min: 0
+        max: 255
+secondary_entities:
+  - entity: heater
+    dps:
+      - id: 100
+        type: boolean
+        name: switch
+