소스 검색

feat: add pause button to akai dryer

William Brockhus 2 년 전
부모
커밋
2e9c6f0d24
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      custom_components/tuya_local/devices/akai_dryer.yaml

+ 10 - 0
custom_components/tuya_local/devices/akai_dryer.yaml

@@ -36,6 +36,16 @@ secondary_entities:
       - id: 105
         name: button # start
         type: boolean
+  - entity: button
+    name: Pause
+    icon: "mdi:pause"
+    dps:
+      - id: 105
+        name: button # start
+        type: boolean
+        mapping:
+          - dps_val: false
+            value: true
   - entity: select
     name: Drying mode
     icon: "mdi:tumble-dryer"