Skip to content

Commit

Permalink
Add 'Red, Purple' colours to Shadow schema
Browse files Browse the repository at this point in the history
  • Loading branch information
BazaJayGee66 committed May 16, 2021
1 parent 5188100 commit becc5f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/cololight/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,11 @@ class PyCololight:
),
},
"Shadow": {
"decimal": 139,
"decimal": 138,
"colours": (
"Red, Yellow",
"Red, Green",
"Red, Purple",
"Red, Blue",
"Green, Yellow",
"Green, Azure",
Expand Down

0 comments on commit becc5f7

Please sign in to comment.