I'm trying to use the kasa API as part of my pytest setup but when making multiple calls to functions in the API I get:
WARNING kasa.protocol:protocol.py:47 Detected protocol reuse between different event loop
Can I get some advice on how to resolve this warning?
I'm trying to use the kasa API as part of my pytest setup but when making multiple calls to functions in the API I get:
Can I get some advice on how to resolve this warning?