Просмотр исходного кода

feat(costway_portable_ac): identify some dps

- dp 108 was missing, but should be current temp in F per similar devices
- dp 109 was unknown, seems to be feature flags, which may allow combining configs.

PR #5791
Jason Rumney 1 день назад
Родитель
Сommit
868a59f5bf
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      custom_components/tuya_local/devices/costway_portable_ac.yaml

+ 6 - 1
custom_components/tuya_local/devices/costway_portable_ac.yaml

@@ -49,9 +49,14 @@ entities:
         type: integer
         type: integer
         name: temp_set_f
         name: temp_set_f
         hidden: true
         hidden: true
+      - id: 108
+        type: integer
+        optional: true
+        name: temp_cur_f
+        hidden: true
       - id: 109
       - id: 109
         type: integer
         type: integer
-        name: unknown_109
+        name: feature_flags
   - entity: switch
   - entity: switch
     translation_key: sleep
     translation_key: sleep
     category: config
     category: config