diff options
-rw-r--r-- | light.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |