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
Starting with v1.2.0 TinyTuya functions will return error details in the JSON data responses instead of raising exceptions. The format for this response:
@@ -542,11 +542,11 @@ NOTE (*) - The range can vary depending on the device. As an example, for dimmer
542
542
543
543
## Credits
544
544
545
-
* TuyAPI https://github.com/codetheweb/tuyapi by codetheweb and blackrozes
546
-
For protocol reverse engineering, additional protocol reverse engineering from jepsonrob and clach04
547
-
* PyTuya https://github.com/clach04/python-tuya by clach04
548
-
The origin of this python module (now abandoned), nijave for pycryptodome support and testing, Exilit for unittests and docstrings, mike-gracia for improved Python version support, samuscherer for RGB Bulb support, magneticflux for improved Python version support, sean6541 for initial PyPi package and Home Assistant support <https://github.com/sean6541/tuya-homeassistant>, ziirish - for resolving a dependency problem related to version numbers at install time
549
-
* https://github.com/rospogrigio/localtuya-homeassistant by rospogrigio
545
+
* TuyAPI https://github.com/codetheweb/tuyapi by codetheweb and blackrozes.
546
+
Protocol reverse engineeringfrom jepsonrob and clach04.
547
+
* PyTuya https://github.com/clach04/python-tuya by clach04.
548
+
The origin of this python module (now abandoned). Thanks to nijave for pycryptodome support and testing, Exilit for unittests and docstrings, mike-gracia for improved Python version support, samuscherer for RGB Bulb support, magneticflux for improved Python version support, sean6541 for initial PyPi package and Home Assistant support <https://github.com/sean6541/tuya-homeassistant>, ziirish - for resolving a dependency problem related to version numbers at install time
549
+
* https://github.com/rospogrigio/localtuya-homeassistant by rospogrigio.
550
550
Updated pytuya to support devices with Device IDs of 22 characters
0 commit comments