Skip to content

Commit 8fbfe1f

Browse files
committed
Disable turn on/off backwards compatibility
1 parent 7de965f commit 8fbfe1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/intesisbox/climate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ def __init__(
118118
self._devicename = name or controller.device_mac_address
119119
self._unique_id = unique_id or controller.device_mac_address
120120
self._connected = controller.is_connected
121+
# Disable compatibility mode until 2025.1 as per https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/
122+
self._enable_turn_on_off_backwards_compatibility = False
121123

122124
self._max_temp = controller.max_setpoint
123125
self._min_temp = controller.min_setpoint

0 commit comments

Comments
 (0)