You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.warning("Tuya light.py.__init__ \"{}\" WorkMode.WHITE.value in workmode_type.range {}".format(getattr(self.device, "name"), str(WorkMode.WHITE.valueinworkmode_type.range)))
508
501
ifWorkMode.WHITE.valueinworkmode_type.range:
509
-
LOGGER.warning("Tuya light.py.__init__ \"{}\" light does not have color_temp, but does have work_mode 'white'. Adding ColorMode.WHITE".format(getattr(self.device, "name")))
510
502
color_modes.add(ColorMode.WHITE)
511
503
self._white_color_mode=ColorMode.WHITE
512
504
@@ -538,13 +530,8 @@ def __init__(
538
530
):
539
531
self._color_data_type=DEFAULT_COLOR_TYPE_DATA_V2
540
532
541
-
LOGGER.warning("Tuya light.py.__init__ \"{}\" color_modes before filter: {}".format(getattr(self.device, "name"), str([c.nameforcincolor_modes])))
0 commit comments