Преглед изворни кода

fix(vine_tj550_thermostat): make per hour sensors optional

These do not seem to be reported on first connect by all devices.

Issue #4064
Jason Rumney пре 2 недеља
родитељ
комит
1a621687b4
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      custom_components/tuya_local/devices/vine_tj550_thermostat.yaml

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

@@ -538,6 +538,7 @@ entities:
     dps:
     dps:
       - id: 110
       - id: 110
         type: integer
         type: integer
+        optional: true
         name: sensor
         name: sensor
         unit: min
         unit: min
         class: measurement
         class: measurement
@@ -548,6 +549,7 @@ entities:
     dps:
     dps:
       - id: 111
       - id: 111
         type: integer
         type: integer
+        optional: true
         name: sensor
         name: sensor
         unit: min
         unit: min
         class: measurement
         class: measurement