diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py
index 5ecf3f55e10a8ce1eb672908b3fbbd50a2d51743..bfbb98ad57e69882617419563adcc73906d7643b 100644
--- a/homeassistant/components/light/flux_led.py
+++ b/homeassistant/components/light/flux_led.py
@@ -151,6 +151,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
         device['name'] = '{} {}'.format(device['id'], ipaddr)
         device[ATTR_MODE] = MODE_RGBW
         device[CONF_PROTOCOL] = None
+        device[CONF_CUSTOM_EFFECT] = None
         light = FluxLight(device)
         lights.append(light)