This commit is contained in:
Johannes
2022-10-31 19:52:36 +01:00
parent c98e47562e
commit 61dd5dfb92

View File

@@ -676,9 +676,9 @@ class LuiPagesGen(object):
color = "enable"
else:
color = "disable"
effect_supported = False
effect_supported = "disable"
if "effect_list" in entity.attributes:
effect_supported = True
effect_supported = "enable"
color_translation = "Color"
brightness_translation = get_translation(self._locale, "frontend.ui.card.light.brightness")
color_temp_translation = get_translation(self._locale, "frontend.ui.card.light.color_temperature")