tuya / tuya-iot-python-sdk

Tuya IoT Python SDK for Tuya Open API.
MIT License
117 stars 47 forks source link

Add support for allocating device live stream #28

Closed frenck closed 2 years ago

frenck commented 2 years ago

This PR adds support for requesting/allocating camera live streams. This is needed to implement support for cameras, and doorbells with cameras in Home Assistant.

image

Additional

Additional fixes an occurrence of Dict -> dict that causes the library to be broken at this moment.