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