Skip to content

Commit a0f4982

Browse files
committed
- maybe fixed dimmability?
1 parent 3eb1dad commit a0f4982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ge_home/entities/common/ge_erd_light.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def supported_features(self):
3737
@property
3838
def supported_color_modes(self):
3939
"""Flag supported color modes."""
40-
return COLOR_MODE_BRIGHTNESS
40+
return {COLOR_MODE_BRIGHTNESS}
4141

4242
@property
4343
def color_mode(self):

0 commit comments

Comments
 (0)