Bump own version (forgot for hastily released 2023.8.1) Use later pytest-homeaassistant-custom-component if available, now that we fixed the issues moving past the HA 2023.4.x based version.
@@ -8,6 +8,6 @@
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/make-all/tuya-local/issues",
- "requirements": ["pycryptodome~=3.18","tinytuya==1.12.9"],
- "version": "2023.8.0"
+ "requirements": ["pycryptodome~=3.18","tinytuya==1.12.10"],
+ "version": "2023.8.2"
}
@@ -2,9 +2,9 @@ black
fuzzywuzzy
isort
levenshtein
-pytest-homeassistant-custom-component==0.13.49
+pytest-homeassistant-custom-component~=0.13.49
pytest
pytest-asyncio
pytest-cov
pycryptodome~=3.18
-tinytuya~=1.12.9
+tinytuya~=1.12.10
@@ -1,2 +1,2 @@