diff --git a/hue_remote/presets.py b/hue_remote/presets.py index ca92117..88cb1cb 100644 --- a/hue_remote/presets.py +++ b/hue_remote/presets.py @@ -1,6 +1,5 @@ # Presets goes in here PRESETS = { - "default": { "color": (178, 199, 255), "brightness": 255 @@ -40,5 +39,4 @@ PRESETS = { "color": (185, 155, 25), "brightness": 60 } - }