Quellcode durchsuchen

Update stadlerform_roger_purifier.yaml

Added Child lock switch (ID: 7)
Changed Icon for Air quality (ID: 14) from mdi:air-filter to mdi:air-purifier
Updated timer (ID: 18) values (Added values: 3h, 5h, 6h, 7h)
Changed Icon for Auto-Mode (ID: 101) from mdi:power-sleep to mdi:fan-auto
arnkit vor 1 Jahr
Ursprung
Commit
3b447ce7af

+ 17 - 0
custom_components/tuya_local/devices/stadlerform_roger_purifier.yaml

@@ -25,7 +25,16 @@ primary_entity:
         - dps_val: auto
           value: 100
 secondary_entities:
+  - entity: switch
+    name: Child lock
+    class: switch
+    icon: "mdi:lock-outline"
+    dps:
+      - id: 7
+        name: switch
+        type: boolean
   - entity: light
+    name: Light
     category: config
     dps:
       - id: 8
@@ -84,8 +93,16 @@ secondary_entities:
             value: "1h"
           - dps_val: "2h"
             value: "2h"
+          - dps_val: "3h"
+            value: "3h"
           - dps_val: "4h"
             value: "4h"
+          - dps_val: "5h"
+            value: "5h"
+          - dps_val: "6h"
+            value: "6h"
+          - dps_val: "7h"
+            value: "7h"
   - entity: switch
     name: Auto
     class: switch