From d5cb92db7f2ef49bee87a927ed8d6f793ab0ef50 Mon Sep 17 00:00:00 2001 From: candreacchio Date: Thu, 20 Jan 2022 06:23:00 +1030 Subject: [PATCH] Initial Tuya support for FSD based fans (#64283) --- homeassistant/components/tuya/fan.py | 1 + 1 file changed, 1 insertion(+) 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 }