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

Update eurom_wifi_thermostat.yaml to add support for preset mode, dp 6

Leks ter Schuur 10 месяцев назад
Родитель
Сommit
69eaf8f1d4
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      custom_components/tuya_local/devices/eurom_wifi_thermostat.yaml

+ 8 - 0
custom_components/tuya_local/devices/eurom_wifi_thermostat.yaml

@@ -25,3 +25,11 @@ entities:
       - id: 3
         name: current_temperature
         type: integer
+      - id: 6
+        name: preset_mode
+        type: boolean
+        mapping:
+          - dps_val: true
+            value: "eco"
+          - dps_val: false
+            value: "none"