Johannes Schöck
Johannes Schöck
With Python 3.10.5 pywin32==228 was not accepted anymore, but pywin32==303 works.
I think it would be good to change the readme file. Right now it sounds like that you actually do not need openCV (because it uses a lot of ressources...
Hi Clayton, great feature set and implementation, thanks for providing your code to the public! I'm trying to use the service call as you describe in the documentation, but my...
That's what I thought (could be clearer in the docs though) and tried. See code below. This does not turn on my light though, it stays off. In configuration.yaml: ```...
> Does CL only work when the light is already switched on? What about this? The service call suggests that the actual light should turn on as well. Although it...
The mystery is solved! The automation via UI needs 4 actions. 1. Turn on the light device itself that you want to use and have defined to use CL settings....
Yes exactly, the service call does **not** turn on the light, which is why I tried the additional actions. With my automation sequence the light turns on with the circadian...
> Is the behavior different if you change the automation to be just the following? > > ```yaml > - id: '1578059524133' > alias: '[Licht] Aufwachlicht' > description: LED Streifen...
Ah, thank you for the explanation!
Any more work being done regarding this fix?