Fix effects not appearing in UI due to missing attribute (#11738)
This commit is contained in:
parent
8703124c76
commit
33fd9c7c8f
1 changed files with 1 additions and 1 deletions
2
homeassistant/components/light/flux_led.py
Normal file → Executable file
2
homeassistant/components/light/flux_led.py
Normal file → Executable 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue