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

Magnum floor heater: make dp 2 optional

Issue #3268
Jason Rumney 9 месяцев назад
Родитель
Сommit
388f55187e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      custom_components/tuya_local/devices/mrc_magnum_floorheater.yaml

+ 2 - 0
custom_components/tuya_local/devices/mrc_magnum_floorheater.yaml

@@ -10,12 +10,14 @@ entities:
       - id: 2
       - id: 2
         type: string
         type: string
         name: hvac_mode
         name: hvac_mode
+        optional: true
         mapping:
         mapping:
           - dps_val: AUTO
           - dps_val: AUTO
             value: auto
             value: auto
           - dps_val: MANUAL
           - dps_val: MANUAL
             value: heat
             value: heat
           - value: heat
           - value: heat
+            hidden: true
       - id: 2
       - id: 2
         type: string
         type: string
         name: preset_mode
         name: preset_mode