Pārlūkot izejas kodu

Removed stuff that was added during code learning

Jon 3 gadi atpakaļ
vecāks
revīzija
348b060b27
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      custom_components/tuya_local/light.py

+ 0 - 1
custom_components/tuya_local/light.py

@@ -53,7 +53,6 @@ class TuyaLocalLight(TuyaLocalEntity, LightEntity):
         self._color_temp_dps = dps_map.pop("color_temp", None)
         self._rgbhsv_dps = dps_map.pop("rgbhsv", None)
         self._effect_dps = dps_map.pop("effect", None)
-        self._white_dps = dps_map.pop("white", None)
         self._init_end(dps_map)
 
     @property