ArgusRo
ArgusRo
The example in the readme says to use the callback as: `def on_attributes_change(client, result, exception):` But the callback doesn't bring the client information. I solved this by using: `def on_attributes_change(result,...
I've just installed today this library but when trying to run I was getting an error: ``` File "/home/alr/.local/lib/python3.8/site-packages/paho/mqtt/client.py", line 979, in connect_async if port
Great solution, I added it into a flask app, and makes it very easy to switch between apps on the tv, calling from Home Assistant. But I was wondering if...