Skip to content

Commit

Permalink
Merge pull request #80 from radical-squared/disable-climate-backwards…
Browse files Browse the repository at this point in the history
…-compatibility-flag

Disable climate backwards compatibility flag
  • Loading branch information
elad-bar authored Feb 8, 2024
2 parents 062803a + f42c13f commit cfe8e96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.31

- Disable climate backwards compatibility flag

## 3.0.30

- Fix error message `implicitly supporting turn_on/turn_off` introduced in v2024.2
Expand Down
2 changes: 2 additions & 0 deletions custom_components/aqua_temp/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def __init__(
"""Initialize the climate entity."""
super().__init__(entity_description, coordinator, device_code)

self._enable_turn_on_off_backwards_compatibility = False

self._attr_supported_features = (
ClimateEntityFeature.TURN_OFF
| ClimateEntityFeature.TURN_ON
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aqua_temp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/radical-squared/aquatemp/issues",
"requirements": [],
"version": "3.0.30"
"version": "3.0.31"
}

0 comments on commit cfe8e96

Please sign in to comment.