Skip to content

Commit

Permalink
🔥 fix for climate (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 22, 2025
1 parent 393a7a3 commit 4bec329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/xiaomi_miot/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class BaseClimateEntity(BaseEntity):
_hvac_modes = None
_attr_is_on = None
_attr_device_class = None
_attr_fan_mode = None
_attr_fan_modes = None
_attr_hvac_mode = None
_attr_preset_mode = None
_attr_swing_mode = None
Expand Down

0 comments on commit 4bec329

Please sign in to comment.