Procházet zdrojové kódy

Magnum floor heater: make dp 2 optional

Issue #3268
Jason Rumney před 11 měsíci
rodič
revize
388f55187e

+ 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