mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 21:54:27 +01:00
faf25b2235
* Add telegram disable_web_page_preview
Adds ability to specify disable_web_page_preview to telegram.notify:
```
- service: notify.telegram
data:
message: >-
<a href="https://www.home-assistant.io/">HA site</a>
data:
parse_mode: html
disable_web_page_preview: true
```
* Update homeassistant/components/telegram/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update notify.py
* Update notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>