How would I go about making my telegram bot automations prompt me for input…
example…
- Telegram app:
- I type
/say
- I type
- HA:
- Automation gets triggered by the telegram_bot and sees the command
/say
and replies with prompt (eg, 'What would you like to say?)
- Automation gets triggered by the telegram_bot and sees the command
- Telegram app:
- Prompt displays “What would you like to say?”
- I reply by typing message “Hello”
- HA:
- Automation gets this reply and proceeds to send this text to a TTS service
Now I know I could just take any text received by the bot and send it to the TTS service, but I would like to avoid accidental speeches when typing something in the bot.
It needs to only send the text immediately after a specific command (in this case /say
)
Hope I’m making sense… and I hope someone can help
Thanks