Skip to content

Commit

Permalink
Fix auto configure for fans
Browse files Browse the repository at this point in the history
  • Loading branch information
xZetsubou committed Feb 2, 2024
1 parent 5978ede commit 6356b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/localtuya/core/ha_entities/fans.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6356b02

Please sign in to comment.