core/homeassistant/components/telegram_bot
sander76 143d9492b2 Fix for telegram polling. (added pausing when error occurs) (#10214)
* Fix for telegram polling. (added pausing when error occurs)

* fix pylint error.
invalid variable name ( Exception as _e)). Don't understand why as
removing the underscore fails with my local pylint..

* fixing too short variable name.

* moved logic to `check_incoming`

* fix line too long error.

* Simplify
2017-11-09 21:17:23 +01:00
..
__init__.py Upgrade python-telegram-bot to 8.1.1 (#9882) 2017-10-15 21:22:51 +02:00
broadcast.py telegram_bot platform to only send messages (#8186) 2017-06-26 22:22:33 -07:00
polling.py Fix for telegram polling. (added pausing when error occurs) (#10214) 2017-11-09 21:17:23 +01:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
webhooks.py Retry set_webhook up to three times, reduce timeout to 5s again (#8716) 2017-07-30 11:14:28 +02:00