Ver código fonte

Create device smart_ac_outlet_single_key.yaml

New device definition file for generic smart outlet
IamGimli 1 ano atrás
pai
commit
96f6ffd795

+ 25 - 0
custom_components/tuya_local/devices/smart_ac_outlet_single_key.yaml

@@ -0,0 +1,25 @@
+name: Smart AC Outlet (Single Key)
+products:
+  - id: xca2lqfaztnmk5jh
+	name: Smart AC Outlet (Single Key)
+primary_entity:
+  entity: switch
+  dps:
+    - id: 101
+      name: switch
+      type: boolean
+secondary_entities:
+   - entity: number
+     category: config
+     translation_key: timer
+     dps:
+       - id: 102
+         name: value
+         type: integer
+         unit: min
+         range:
+           min: 0
+           max: 86400
+         mapping:
+           - scale: 0
+             step: 1