Feature request for sensibo sky and ambi climate

hi

Could you please add off mode in sensibo sky? the thermostat for sensibo sky is complicated to switch off.

For ambi climate component, i cannot switch the mode and no direct button to switch it off. please add the feature

plzzzzzzzz add it.

Have you read this:

If you want a “Quick Switch” to turn your AC On / Off, you can do that using the following Switch Template :

switch:
  - platform: template
    switches:
      ac:
        friendly_name: "AC"
        value_template: "{{ is_state('climate.ac', 'cool') or is_state('climate.ac', 'heat') or is_state('climate.ac', 'dry') or is_state('climate.ac', 'heat')}}"
        turn_on:
          service: climate.turn_on
          data:
            entity_id: climate.ac
        turn_off:
          service: climate.turn_off
          data:
            entity_id: climate.ac

Yes, but if thermostat card can have off mode will be much better to control.