Skip to content

Commit

Permalink
Disable turn on/off backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jnimmo committed Mar 8, 2024
1 parent 7de965f commit 8fbfe1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/intesisbox/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ def __init__(
self._devicename = name or controller.device_mac_address
self._unique_id = unique_id or controller.device_mac_address
self._connected = controller.is_connected
# Disable compatibility mode until 2025.1 as per https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/
self._enable_turn_on_off_backwards_compatibility = False

self._max_temp = controller.max_setpoint
self._min_temp = controller.min_setpoint
Expand Down

0 comments on commit 8fbfe1f

Please sign in to comment.