Speak Time

Does anyone know how to send the current time to google home, so it speaks the current time. I’m new to home assistant, moving from Hubitat and Node Red, well programming side anyway, so still learning and getting confused. Mark

Make the tts message {{ (now().time() |string)[0:5] }}

Thanks so much, worked great, would have never worked that one out.

Does it sound correct?
Or does it say ten colon fifteen?

Hi, it says the right time, thanks
Could you help another problem, I want to send the details of a button push over MQTT, I have MQTT running, I just need the details of what button was pressed and put that in payload.

I’m not using mqtt, sorry

OK, thanks for your help