Refactor Tuya climate platform (#57609)

This commit is contained in:
Franck Nijhof 2021-10-13 20:29:11 +02:00 committed by GitHub
parent 16b7375e60
commit 6a72af63c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 402 additions and 298 deletions

View file

@ -70,6 +70,7 @@ FAN_DIFFUSE = "diffuse"
# Possible swing state
SWING_ON = "on"
SWING_OFF = "off"
SWING_BOTH = "both"
SWING_VERTICAL = "vertical"