diff --git a/aurora.py b/aurora.py index aec45f8..b7d4591 100644 --- a/aurora.py +++ b/aurora.py @@ -12,7 +12,7 @@ REQUIREMENTS = ['nanoleaf==0.4.0'] -SUPPORT_AURORA = ( SUPPORT_BRIGHTNESS | SUPPORT_COLOR_TEMP ) +SUPPORT_AURORA = ( SUPPORT_BRIGHTNESS | SUPPORT_COLOR_TEMP | SUPPORT_RGB_COLOR ) _LOGGER = logging.getLogger(__name__)