Jason Rumney 2 лет назад
Родитель
Сommit
3c27e978aa
4 измененных файлов с 4 добавлено и 3 удалено
  1. 1 0
      ACKNOWLEDGEMENTS.md
  2. 1 1
      custom_components/tuya_local/manifest.json
  3. 1 1
      requirements-dev.txt
  4. 1 1
      requirements.txt

+ 1 - 0
ACKNOWLEDGEMENTS.md

@@ -232,3 +232,4 @@ Further device support has been made with the assistance of users.  Please consi
 - [ResteNarquois](https://github.com/ResteNarquois) for assisting with support for Zemismart roller shades.
 - [grangoni](https://github.com/grangoni) for contributing support for PH-W218 water quality monitors.
 - [antonio1475](https://github.com/antonio1475) for contributing support for Rojeco pet feeders.
+- [erelke](https://github.com/erelke) for contributing Hungarian translations.

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -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.2"],
+    "requirements": ["pycryptodome~=3.17","tinytuya==1.12.3"],
     "version": "2022.4.1"
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.17
-tinytuya~=1.12.2
+tinytuya~=1.12.3

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.17
-tinytuya~=1.12.2
+tinytuya~=1.12.3