Is it possible to trigger an automation if the input text is “bing hello” or “bing welcome home”?
Maybe with template triggers?
This is the path i was thinkering with… {% if 'bing' in telegram_bot.event.data.text %} (this ofc aint working tho )
Basicly i want an automation trigger word, like “TTS:” and anything after that word (but still in the same msg/sentence) should be processed by tts.amazon_polly_say.
“Basicly i want an automation trigger word, like “TTS:” and anything after that word (but still in the same msg/sentence) should be processed by tts.amazon_polly_say.”