From d865cdbf9fe83c0605ef3f8c468a001ea6177800 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 1 Sep 2020 00:01:34 +0200 Subject: [PATCH] remove unused attributes --- custom_components/circadian_lighting/switch.py | 4 ---- 1 file changed, 4 deletions(-) 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