Initial Tuya support for FSD based fans (#64283)

This commit is contained in:
candreacchio 2022-01-20 06:23:00 +10:30 committed by GitHub
parent 554e51017e
commit d5cb92db7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ from .const import DOMAIN, TUYA_DISCOVERY_NEW, DPCode
TUYA_SUPPORT_TYPE = {
"fs", # Fan
"kj", # Air Purifier
"fsd", # Fan with Light
}