mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Fix light color mode in microbees (#180982)
This commit is contained in:
@@ -30,6 +30,7 @@ async def async_setup_entry(
|
||||
class MBLight(MicroBeesActuatorEntity, LightEntity):
|
||||
"""Representation of a microBees light."""
|
||||
|
||||
_attr_color_mode = ColorMode.RGBW
|
||||
_attr_supported_color_modes = {ColorMode.RGBW}
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user