Skip to content

Commit 3bc6894

Browse files
Remove not used constant in climate (home-assistant#147041)
1 parent e69b38a commit 3bc6894

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

homeassistant/components/climate/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105

106106
CONVERTIBLE_ATTRIBUTE = [ATTR_TEMPERATURE, ATTR_TARGET_TEMP_LOW, ATTR_TARGET_TEMP_HIGH]
107107

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-
113108
SET_TEMPERATURE_SCHEMA = vol.All(
114109
cv.has_at_least_one_key(
115110
ATTR_TEMPERATURE, ATTR_TARGET_TEMP_HIGH, ATTR_TARGET_TEMP_LOW

0 commit comments

Comments
 (0)