Browse Source

ETOP HT: Error should be a sensor, not a number.

Issue #353
Jason Rumney 3 years ago
parent
commit
ea9df4e50f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      custom_components/tuya_local/devices/etop_ht_thermostat.yaml

+ 2 - 2
custom_components/tuya_local/devices/etop_ht_thermostat.yaml

@@ -143,14 +143,14 @@ secondary_entities:
           - scale: 10
             step: 5
             icon: "mdi:wrench-clock"
-  - entity: number
+  - entity: sensor
     name: Error
     category: diagnostic
     class: problem
     dps:
       - id: 45
         type: bitfield
-        name: value
+        name: sensor
         readonly: true
         mapping:
           - icon: "mdi:alert"