core/homeassistant/components/telegram_bot
Jim cc9eab4c78
Allow plain text messages in telegram_bot (#110051)
* Add new plain_text parser

Passing None in the parse_mode kwargs on the various bot methods actually means that no parser is used.

* Add new plain text parser option to services.yaml

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-04-23 19:32:09 +02:00
..
__init__.py Allow plain text messages in telegram_bot (#110051) 2024-04-23 19:32:09 +02:00
broadcast.py
icons.json
manifest.json
polling.py
services.yaml Allow plain text messages in telegram_bot (#110051) 2024-04-23 19:32:09 +02:00
strings.json
webhooks.py