#Prompt For Home Assistant Assist?

1 messages · Page 1 of 1 (latest)

coarse basin
#

Just received my HA Voice PE and have been testing it out. One thing I've noticed is that if I ask something like "What time is it", it'll just respond "2:24pm", instead of something like "The time is 2:24pm". Is there a way to prompt the assistant to always reply in full sentences?

Another thing I've noticed with the time is if it's something like 11:05, the assistant will reply "Eleven zero five" instead of "Eleven oh five". Can that be changed too?

regal dagger
#

Unfortunately that's the way it was implemented for English. See https://github.com/OHF-Voice/intents/blob/main/responses%2Fen%2FHassGetCurrentTime.yaml

Regarding the pronounciation: it heavily depends on the TTS that you're using. When using Nabu Casa, it should be correct. "11:05 am" results in "eleven O five A M" for me. Which TTS are you using?

GitHub

Intents to be used with Home Assistant. Contribute to OHF-Voice/intents development by creating an account on GitHub.

#

Btw: if you want to override the response you can do so by placing a modified version of the above file in custom_sentences/en/responses. But please consider making this a change request. I think Assist should provide short but also natural responses and "it is xx:xx pm" is really short but much more natural than just "xx:xx pm"

coarse basin
#

Where can I submit cjange requests?

regal dagger