#How to make Assist respond in 24 hour format?
1 messages · Page 1 of 1 (latest)
To what intent?
I'm on my phone, so writing code will be hard, but you're a smart guy. You need to override the responses: key of the intent you want in custom_sentences/en/something.yaml
Like so https://github.com/tetele/custom_sentences/blob/e4044c22c9039f3a9e99ed684a514fb270e8e4ce/config/custom_sentences/en/delay_action.yaml#L48
Could it be done as speech: in intent_script instead?
If you use intent_script, yes. This works for the built-in intents, too
I was just curious why for your own script you did it in sentences. Is it for multi=language support?