mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix effects not appearing in UI due to missing attribute (#11738)
This commit is contained in:
parent
8703124c76
commit
33fd9c7c8f
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 = [
|
FLUX_EFFECT_LIST = [
|
||||||
EFFECT_RANDOM,
|
EFFECT_RANDOM,
|
||||||
].extend(EFFECT_MAP.keys())
|
] + list(EFFECT_MAP)
|
||||||
|
|
||||||
DEVICE_SCHEMA = vol.Schema({
|
DEVICE_SCHEMA = vol.Schema({
|
||||||
vol.Optional(CONF_NAME): cv.string,
|
vol.Optional(CONF_NAME): cv.string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user