Initial Tuya support for FSD based fans (#64283)

pull/64467/head
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
1 changed files with 1 additions and 0 deletions

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
}