Resolve delays with tuya devices (#34512)

This commit is contained in:
J. Nick Koston 2020-04-21 22:29:42 -05:00 committed by GitHub
parent e9ff1940d6
commit a5b98b40ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 0 deletions

View file

@ -23,6 +23,8 @@ from . import DATA_TUYA, TuyaDevice
DEVICE_TYPE = "climate"
PARALLEL_UPDATES = 0
HA_STATE_TO_TUYA = {
HVAC_MODE_AUTO: "auto",
HVAC_MODE_COOL: "cold",