core/homeassistant/components/telegram_bot
Nacho Barrientos 42265036ff Telegram_bot: Allow fetching data from unverified SSL endpoints (#22067) (#22069)
* Telegram_bot: Allow fetching data from unverified SSL endpoints (#22067)

This patch adds an extra option to the payload that describes the
resource to send to disable the SSL server verification when polling
data from URLs.

* Use the boolean interpretation of the variable directly

Co-Authored-By: nbarrientos <nacho@criptonita.com>
2019-03-16 09:18:10 +08:00
..
__init__.py Telegram_bot: Allow fetching data from unverified SSL endpoints (#22067) (#22069) 2019-03-16 09:18:10 +08:00
broadcast.py
polling.py
services.yaml Telegram_bot: Allow fetching data from unverified SSL endpoints (#22067) (#22069) 2019-03-16 09:18:10 +08:00
webhooks.py