Skip to content

Commit

Permalink
Merge pull request #155 from KTibow/patch-3
Browse files Browse the repository at this point in the history
fix deprecation warning
  • Loading branch information
dlarrick authored Jul 20, 2024
2 parents c8c36a9 + cba577c commit 8ac5c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ Use the standard `climate` service calls to control or automate each unit. Avail
- `climate.set_fan_mode`
- `climate.set_hvac_mode`
- `climate.set_swing_mode`
- `climate.turn_on`
- `climate.turn_off`

Specific support and behavior can vary, depending on the capabilities of your indoor unit.

Expand Down
2 changes: 2 additions & 0 deletions custom_components/kumo/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ class KumoThermostat(CoordinatedKumoEntity, ClimateEntity):
"runstate",
]

_enable_turn_on_off_backwards_compatibility = False # can be removed once 2024.12 is no longer supported

def __init__(self, coordinator: KumoDataUpdateCoordinator):
"""Initialize the thermostat."""

Expand Down

0 comments on commit 8ac5c94

Please sign in to comment.