Просмотр исходного кода

Bump tinytuya to 1.12.1 release

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

+ 1 - 1
ACKNOWLEDGEMENTS.md

@@ -223,4 +223,4 @@ Further device support has been made with the assistance of users.  Please consi
 - [M4R7IN5](https://github.com/M4R7IN5) for assisting with support for Lenovo E1 vacuum cleaners.
 - [pmazz](https://github.com/pmazz) for contributing Italian translations.
 - [thewolf-oz](https://github.com/thewolf-oz) for assisting with support for Arlec 12-speed tower fans, 6-speed floor fans and 19-speed wall fans.
-- [dhuddle](https://github.com/dhuddle) for assisting with support for Chanfok ceiling fan with light, Inkbird BBQ thermometer.
+- [dhuddle](https://github.com/dhuddle) for assisting with support for Chanfok ceiling fan with light, Inkbird BBQ thermometer and Lepro lights (variant of RGBCW light without timer).

+ 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.0"],
+    "requirements": ["pycryptodome~=3.17","tinytuya==1.12.1"],
     "version": "2022.3.2"
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.17
-tinytuya~=1.12.0
+tinytuya~=1.12.1

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.17
-tinytuya~=1.12.0
+tinytuya~=1.12.1