Browse Source

Eurom Sani Towel radiator: fix type of hvac_action

Mapping dps_val are boolean, but type is marked as string.
Probably the original author added this after the device was already
configured, so did not experience the mismatch this causes, though they
did file issue #1819 which is probably another side effect.

Issue #2529
Jason Rumney 1 year ago
parent
commit
0bcc96318a

+ 1 - 1
custom_components/tuya_local/devices/eurom_sani_bathroom_towel_radiator.yaml

@@ -50,7 +50,7 @@ primary_entity:
       optional: true
       optional: true
       hidden: true
       hidden: true
     - id: 101
     - id: 101
-      type: string
+      type: boolean
       name: hvac_action
       name: hvac_action
       mapping:
       mapping:
         - dps_val: true
         - dps_val: true