diff --git a/homeassistant/components/iaqualink/light.py b/homeassistant/components/iaqualink/light.py index 15800419ed5..853660c10bf 100644 --- a/homeassistant/components/iaqualink/light.py +++ b/homeassistant/components/iaqualink/light.py @@ -85,7 +85,7 @@ class HassAqualinkLight(AqualinkEntity, LightEntity): @property def effect_list(self) -> list: """Return supported light effects.""" - return list(self.dev.supported_light_effects) + return list(self.dev.supported_effects) @property def color_mode(self) -> ColorMode: