mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
Fix effects not appearing in UI due to missing attribute (#11738)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
8703124c76
commit
33fd9c7c8f
Regular → Executable
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user