소스 검색

Removed stuff that was added during code learning

Jon 3 년 전
부모
커밋
348b060b27
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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