- Fix bug in detect_available_dps() to resolve issue where status() call for smartbulbs would randomly cause devices to turn off by @xgustavoh Should fix issue #688 Possibly also related to #691, #664, #653, #520, #338
@@ -8,6 +8,6 @@
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/make-all/tuya-local/issues",
- "requirements": ["pycryptodome~=3.17","tinytuya==1.12.6"],
+ "requirements": ["pycryptodome~=3.17","tinytuya==1.12.7"],
"version": "2022.5.1"
}
@@ -7,4 +7,4 @@ pytest
pytest-asyncio
pytest-cov
pycryptodome~=3.17
-tinytuya~=1.12.5
+tinytuya~=1.12.7
@@ -1,2 +1,2 @@