Add Eurotronic Spirit to Google Assistant

I would like google assistant to react on “Hey google, turn on the heating” and then activate the Thermostat valves (Eurotronic Spirit Z-wave) with preset hvac boost. I exposed the domain “Climate” in the configuration.yaml file but the only option I can see is to set the temperature, that works but not when they are initially turned off. Is it possible to set them using the presets?

until now I have added to configuration.yaml:

google_assistant:
  project_id: xxxxxxxxxxxxxxxxxxx
  service_account: xxxxxxxxxxxxxxxxx.json
  report_state: true
  exposed_domains:
    - switch
    - light
    - climate

I might have solved it myself, these lines seem enough to give commands like hey google set temperature at xx or hey google, turn on the heating. I didn’t even have to make automations or configure the Google Assistant app. Weird that this not documented anywhere.