From 6356b022654b9b242e36305cb4c7161d5524f136 Mon Sep 17 00:00:00 2001 From: Bander <46300268+xZetsubou@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:32:39 +0300 Subject: [PATCH] Fix auto configure for fans --- custom_components/localtuya/core/ha_entities/fans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/localtuya/core/ha_entities/fans.py b/custom_components/localtuya/core/ha_entities/fans.py index 18ab2dd32..530edbb41 100644 --- a/custom_components/localtuya/core/ha_entities/fans.py +++ b/custom_components/localtuya/core/ha_entities/fans.py @@ -62,7 +62,7 @@ def localtuya_fan(fwd, rev, min_speed, max_speed, order, dp_type): DIRECTION_FORWARD, DIRECTION_REVERSE, 1, 100, "disabled", "int" ), ), - ) + ), } # Fan with Light FANS["fsd"] = FANS["fs"]