diff --git a/homeassistant/components/light/flux_led.py b/homeassistant/components/light/flux_led.py index 5a2cf93f45e..2b517425110 100644 --- a/homeassistant/components/light/flux_led.py +++ b/homeassistant/components/light/flux_led.py @@ -121,7 +121,7 @@ class FluxLight(Light): @property def brightness(self): """Return the brightness of this light between 0..255.""" - return self._bulb.getWarmWhite255() + return self._bulb.brightness @property def rgb_color(self):