diff --git a/homeassistant/components/mqtt/climate.py b/homeassistant/components/mqtt/climate.py index 40ada1e3fb31e1..5f290caacc82d3 100644 --- a/homeassistant/components/mqtt/climate.py +++ b/homeassistant/components/mqtt/climate.py @@ -367,6 +367,7 @@ def valid_preset_mode_configuration(config): cv.deprecated(CONF_HOLD_STATE_TEMPLATE), cv.deprecated(CONF_HOLD_STATE_TOPIC), cv.deprecated(CONF_HOLD_LIST), + valid_preset_mode_configuration, )