aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--light.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/light.py b/light.py
index 3c70f23..75a8c20 100644
--- a/light.py
+++ b/light.py
@@ -43,6 +43,7 @@ class BekenLight(LightEntity):
self._connection = BekenConnection(self._address)
self._connection.start_threads()
self._process = Process()
+ self._process.start()
@property
def color_mode(self):