In my case, I created a Tap-to-Run scene in the Smart Life app. The name
of the scene is "Turn on the Air".On the Google Home side, my exact
script is:metadata: name: Turn on the Air description: Helper functions
of Air automations: starters: - type:...
Multiple automations in a single script might not work normally
currently, so maybe you can try to split it into two scripts (I know
it's not elegant to do so ...).You can check this link for more details.
Feels like I can't find any obvious problem in your script. I only
notice that you don't have the dash "-" in front of the keyword "type",
but I'm not sure whether it's just a copy/paste problem.Btw, you can use
the "Insert/Edit code sample" to forma...