Skip to content

Commit

Permalink
Update climate.py
Browse files Browse the repository at this point in the history
Updated _attr_supported_features enabling :

| ClimateEntityFeature.TURN_ON
| ClimateEntityFeature.TURN_OFF
  • Loading branch information
HVPereira authored Jan 10, 2025
1 parent 1d8cf07 commit 435d795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/midea_dehumidifier_lan/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ class AirConditionerEntity(ApplianceEntity, ClimateEntity):
| ClimateEntityFeature.FAN_MODE
| ClimateEntityFeature.SWING_MODE
| ClimateEntityFeature.PRESET_MODE
| ClimateEntityFeature.TURN_ON
| ClimateEntityFeature.TURN_OFF
)

_name_suffix = ""
Expand Down

0 comments on commit 435d795

Please sign in to comment.