Fix effects not appearing in UI due to missing attribute (#11738)

This commit is contained in:
Martin Rowan 2018-01-17 21:00:46 +00:00 committed by Daniel Høyer Iversen
parent 8703124c76
commit 33fd9c7c8f

2
homeassistant/components/light/flux_led.py Normal file → Executable file
View file

@ -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,