ESPHome climate presets missing

Using ESPHome for my Midea A/C’s. I updated from 1.18 to 1.19.4 and added preset_eco: true to my YAML. I was expecting the climate entity to update showing the ECO mode but it didn’t, and looking in the developer tools → state attributes this is what I’m seeing.

hvac_modes:
  - 'off'
  - heat_cool
  - cool
  - heat
  - fan_only
  - dry
min_temp: 64
max_temp: 86
target_temp_step: 1
fan_modes:
  - auto
  - low
  - medium
  - high
swing_modes:
  - 'off'
  - vertical
current_temperature: 69
temperature: 64
fan_mode: low
swing_mode: 'off'
friendly_name: Basement AC
supported_features: 41

No presets. I tried deleting and re-adding the integration and it didn’t seem to make a difference. Is this a problem on the ESPHome side or is this an issue with HA?

Yes it is missing, I don’t know why it is not there !!