#After Update Telegram intigration from YAML to UI Mode, I can`t send Templates

1 messages · Page 1 of 1 (latest)

placid mantle
#

Now I have this message:
Hi All.
After Update Telegram integration to UI Mode, I got following message, only if I try to use Templates within message
Using the latest HA Version.
This is my automation:
alias: Ich bin noch da
description: ""
triggers:

  • at: "23:00:00"
    trigger: time
    conditions: []
    actions:
  • action: notify.send_message
    target:
    entity_id: notify.telegram_bot_1680197529_1061816454
    data:
    message: Temp {{ states('sensor.bresser_7in1_bresser_1_temp') }}
    mode: single

UPDATE It is working now after switching back from Parse-Modus "MarkdownV2" to "Markdown".
But that looks like a bug in this integration

sage swiftBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.