diff --git a/custom_components/localtuya/const.py b/custom_components/localtuya/const.py index 9cc9623..c348a42 100644 --- a/custom_components/localtuya/const.py +++ b/custom_components/localtuya/const.py @@ -20,4 +20,4 @@ CONF_STOP_CMD = 'stop_cmd' DOMAIN = "localtuya" # Platforms in this list must support config flows -PLATFORMS = ["cover", "light", "switch"] +PLATFORMS = ["cover", "fan", "light", "switch"]