The markdown in this automation YAML is not working as expected… the message contents makes it through but the markdown is lost (nothing is bolded). It’ must be something simple I’m missing:
service: notify.telegram_system
data:
title: '*Information*'
message: "A *beta* update for Home Assistant is available. You are running {{states('sensor.installed_version') }}, the latest beta version is {{ states('sensor.beta_version') }}."
I figured it out. It was indeed the double asterisk that was causing the issue. I thought telegram used markdown syntax, so bolding would be double asterisk but it’s not?
Hi I also can’t see the bold text on the telegram bot. I tried putting this code in the developer section but it doesn’t seem to interpret the characters.