Skip to content

Commit

Permalink
Remove dehumidifier category
Browse files Browse the repository at this point in the history
* Some of dehumidifier devices has fan feature, however because the the fan feature creates before the humidifier which uses the same DPID I'll remove it for now.
  • Loading branch information
xZetsubou committed Feb 3, 2024
1 parent 4d5e597 commit bbd2fc2
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 @@ -71,4 +71,4 @@ def localtuya_fan(fwd, rev, min_speed, max_speed, order, dp_type):
# Air Purifier
FANS["kj"] = FANS["fs"]
# Dehumidifier
FANS["cs"] = FANS["fs"]
# FANS["cs"] = FANS["fs"]

0 comments on commit bbd2fc2

Please sign in to comment.