mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +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."""
|
"""Flag supported features."""
|
||||||
if self._load.dimmable:
|
if self._load.dimmable:
|
||||||
return SUPPORT_BRIGHTNESS
|
return SUPPORT_BRIGHTNESS
|
||||||
return None
|
return 0
|
||||||
|
|
||||||
async def async_turn_on(self, **kwargs):
|
async def async_turn_on(self, **kwargs):
|
||||||
"""Turn the light on."""
|
"""Turn the light on."""
|
||||||
|
Reference in New Issue
Block a user