diff --git a/custom_components/circadian_lighting/switch.py b/custom_components/circadian_lighting/switch.py index 1999781a..9e4e99f7 100755 --- a/custom_components/circadian_lighting/switch.py +++ b/custom_components/circadian_lighting/switch.py @@ -163,10 +163,6 @@ class CircadianSwitch(SwitchEntity, RestoreEntity): self._icon = ICON self._hs_color = None self._brightness = None - self._lights_ct = lights_ct - self._lights_rgb = lights_rgb - self._lights_xy = lights_xy - self._lights_brightness = lights_brightness self._disable_brightness_adjust = disable_brightness_adjust self._min_brightness = min_brightness self._max_brightness = max_brightness