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

Klarstein Amazonia: pause switch is reversed

I originally made this a switch rather than buttons because it would be
more usable if it turned out to be reversed, and it seems that instinct
was correct.

Issue #2433
Jason Rumney 1 год назад
Родитель
Сommit
45246a0e24

+ 5 - 0
custom_components/tuya_local/devices/klarstein_amazonia_dishwasher.yaml

@@ -171,6 +171,11 @@ entities:
       - id: 107
         type: boolean
         name: switch
+        mapping:
+          - dps_val: false
+            value: true
+          - dps_val: true
+            value: false
   - entity: select
     name: Water hardness
     icon: "mdi:water-opacity"