We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de965f commit 8fbfe1fCopy full SHA for 8fbfe1f
custom_components/intesisbox/climate.py
@@ -118,6 +118,8 @@ def __init__(
118
self._devicename = name or controller.device_mac_address
119
self._unique_id = unique_id or controller.device_mac_address
120
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
123
124
self._max_temp = controller.max_setpoint
125
self._min_temp = controller.min_setpoint
0 commit comments