diff --git a/homeassistant/components/plum_lightpad/light.py b/homeassistant/components/plum_lightpad/light.py index 63fa67f4da5..e19035789b8 100644 --- a/homeassistant/components/plum_lightpad/light.py +++ b/homeassistant/components/plum_lightpad/light.py @@ -74,7 +74,7 @@ class PlumLight(Light): """Flag supported features.""" if self._load.dimmable: return SUPPORT_BRIGHTNESS - return None + return 0 async def async_turn_on(self, **kwargs): """Turn the light on."""