Skip to content

Commit

Permalink
Add rgb color mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Feb 12, 2022
1 parent f7af189 commit fb4360c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/media_lights_sync/media_lights_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
PICTURE_ATTRIBUTES = ["entity_picture_local", "entity_picture"]

COLOR_MODES = {
"rgb": "rgb_color",
"xy": "xy_color",
"color_temp": "color_temp",
}
Expand Down

0 comments on commit fb4360c

Please sign in to comment.