You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove timeout code
Remove timeout code from pykuna and leave to be implemented by client code.
* Replace camera dict after sucessful request
* Bump version to 0.6.0
pykuna interacts with Kuna's (private) mobile device API, which could change at any time. And, without official documentation or terms of service, there's no way to know what type or rate of usage may result in your account being banned by Kuna. Use carefully!
63
63
64
+
pykuna does not implement timeouts; use asyncio_timeout in your client code to wrap calls to the API as needed.
65
+
64
66
pykuna was inspired by the investigative work of @loghound: https://github.com/loghound/kuna-camera-api, but does not yet implement all known endpoints; this project is primarily intended to interface Home Assistant with the Kuna API, and will be further developed with that goal in mind.
65
67
66
68
pykuna will hit v1.0.0 when it's ready for Home Assistant. Until then, pykuna's API may change at any time!
0 commit comments