hass-core/homeassistant/components/telegram_bot
Martin Hjelmare 0e662c4007 Fix telegram webhooks (#7236)
* Always register the view if a webhook exists.
* Return True if platform is set up succesfully, False otherwise.
* Remove the webhook when home assistant stops. Webhooks and long
  polling are mutually excklusive. If a webhook is left after home
  assistant is stopped, a polling telegram bot is unable to be set up,
  on next start of home assistant.
2017-04-23 23:20:04 -07:00
..
__init__.py Fix telegram webhooks (#7236) 2017-04-23 23:20:04 -07:00
polling.py Telegram bot component (incl. webhook and polling platform) (#6913) 2017-04-11 21:10:56 -07:00
webhooks.py Fix telegram webhooks (#7236) 2017-04-23 23:20:04 -07:00