Ver código fonte

Revert "Add protocol version 3.2 to supported protocols."

This reverts commit 13db46e5216b5e117f662791a0c53f8aa3c1545a.

Since tuya library version is reverted to 1.6.5, we cannot support protocol version 3.2 until the issues with 1.6.6 are solved and we can upgrade again.
Jason Rumney 3 anos atrás
pai
commit
2e530b5529
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      custom_components/tuya_local/const.py

+ 1 - 1
custom_components/tuya_local/const.py

@@ -11,5 +11,5 @@ CONF_LIGHT = "light"
 CONF_LOCK = "lock"
 CONF_SWITCH = "switch"
 CONF_HUMIDIFIER = "humidifier"
-API_PROTOCOL_VERSIONS = [3.3, 3.1, 3.2]
+API_PROTOCOL_VERSIONS = [3.3, 3.1]
 SCAN_INTERVAL = timedelta(seconds=30)