Browse Source

Screensync light: change some dp types.

Based on data coming back from light, dp 101 and 102 are integers.
Values after that are not present in the data captured, so these may also be
incorrect leading to misdetection if present.
Jason Rumney 3 years ago
parent
commit
901903600f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      custom_components/tuya_local/devices/screensync_light.yaml

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

@@ -58,11 +58,11 @@ primary_entity:
       name: control_data
       name: control_data
       optional: true
       optional: true
     - id: 101
     - id: 101
-      type: string
+      type: integer
       name: setup_side
       name: setup_side
       optional: true
       optional: true
     - id: 102
     - id: 102
-      type: string
+      type: integer
       name: light_type
       name: light_type
       optional: true
       optional: true
     - id: 103
     - id: 103