Skip to content

Commit

Permalink
Turns off the backwards compatibility flag for climate components (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz authored Aug 18, 2024
1 parent 9d184a2 commit 428c7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/dyson_local/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ async def async_setup_entry(
class DysonClimateEntity(DysonEntity, ClimateEntity):
"""Dyson climate entity base class."""

_enable_turn_on_off_backwards_compatibility = False

@property
def hvac_mode(self) -> str:
"""Return hvac operation."""
Expand Down

0 comments on commit 428c7ae

Please sign in to comment.