فهرست منبع

Inkbird BBQ thermometer: fault sensor is bitfield, not boolean

Issue #548
Jason Rumney 2 سال پیش
والد
کامیت
ab7c8fe13a
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      custom_components/tuya_local/devices/inkbird_ibbq4bw_thermometer.yaml

+ 5 - 1
custom_components/tuya_local/devices/inkbird_ibbq4bw_thermometer.yaml

@@ -71,8 +71,12 @@ secondary_entities:
     category: diagnostic
     category: diagnostic
     dps:
     dps:
       - id: 13
       - id: 13
-        type: boolean
+        type: bitfield
         name: sensor
         name: sensor
+        mapping:
+          - dps_val: 0
+            value: false
+          - value: true
   - entity: select
   - entity: select
     name: Temperature unit
     name: Temperature unit
     icon: "mdi:temperature-celsius"
     icon: "mdi:temperature-celsius"