diff --git a/homeassistant/components/tuya/fan.py b/homeassistant/components/tuya/fan.py index 0b77d21f504..19cb2f547bb 100644 --- a/homeassistant/components/tuya/fan.py +++ b/homeassistant/components/tuya/fan.py @@ -31,6 +31,7 @@ from .const import DOMAIN, TUYA_DISCOVERY_NEW, DPCode TUYA_SUPPORT_TYPE = { "fs", # Fan "kj", # Air Purifier + "fsd", # Fan with Light }