Sfoglia il codice sorgente

fix (eberg_humi_h03g1_humidifier): don't flag tank empty as a problem

Tank empty has its own sensor, so exclude it from being flagged as a general problem.

PR #4348
Jason Rumney 3 settimane fa
parent
commit
a1c8e84077

+ 2 - 0
custom_components/tuya_local/devices/eberg_humi_h03g1_humidifier.yaml

@@ -113,6 +113,8 @@ entities:
         mapping:
         mapping:
           - dps_val: 0
           - dps_val: 0
             value: false
             value: false
+          - dps_val: 1
+            value: false
           - value: true
           - value: true
       - id: 22
       - id: 22
         type: bitfield
         type: bitfield