From 591894f4a6e34c5e5907e76f0d2b6c7753d55548 Mon Sep 17 00:00:00 2001 From: Paalap <42343574+Paalap@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:57:17 +0200 Subject: [PATCH] forgot to include functions.colors --- BridgeEmulator/lights/protocols/hue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/BridgeEmulator/lights/protocols/hue.py b/BridgeEmulator/lights/protocols/hue.py index 95487af79..1760a98bc 100644 --- a/BridgeEmulator/lights/protocols/hue.py +++ b/BridgeEmulator/lights/protocols/hue.py @@ -1,6 +1,7 @@ import json import logManager import requests +from functions.colors import hsv_to_rgb, convert_rgb_xy logging = logManager.logger.get_logger(__name__)