diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py old mode 100644 new mode 100755 index 95f13cad860..a97455bc513 --- a/homeassistant/components/light/flux_led.py +++ b/homeassistant/components/light/flux_led.py @@ -78,7 +78,7 @@ EFFECT_MAP = { FLUX_EFFECT_LIST = [ EFFECT_RANDOM, - ].extend(EFFECT_MAP.keys()) + ] + list(EFFECT_MAP) DEVICE_SCHEMA = vol.Schema({ vol.Optional(CONF_NAME): cv.string,