We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69b38a commit 3bc6894Copy full SHA for 3bc6894
homeassistant/components/climate/__init__.py
@@ -105,11 +105,6 @@
105
106
CONVERTIBLE_ATTRIBUTE = [ATTR_TEMPERATURE, ATTR_TARGET_TEMP_LOW, ATTR_TARGET_TEMP_HIGH]
107
108
-# Can be removed in 2025.1 after deprecation period of the new feature flags
109
-CHECK_TURN_ON_OFF_FEATURE_FLAG = (
110
- ClimateEntityFeature.TURN_ON | ClimateEntityFeature.TURN_OFF
111
-)
112
-
113
SET_TEMPERATURE_SCHEMA = vol.All(
114
cv.has_at_least_one_key(
115
ATTR_TEMPERATURE, ATTR_TARGET_TEMP_HIGH, ATTR_TARGET_TEMP_LOW
0 commit comments