mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 07:35:08 +02:00
Fix broken supported_features in Plum Lightpad (#33319)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user