core/homeassistant/components/telegram_bot
Eugenio Panadero 37fef4016e Add proxy support for telegram_bot (#8717)
* Add proxy support for telegram_bot

New optional config parameters `proxy_url` and `proxy_params` (a dict)
```yaml
telegram_bot:
  platform: polling
  api_key: !secret telegram_bot_api_key
  allowed_chat_ids:
    - !secret telegram_bot_chatid
  proxy_url: socks5://proxy_ip:proxy_port
  proxy_params:
    username: my-username
password: my-secret-password
```

* change `ATTR_` for `CONF_` for config params
2017-07-30 12:08:19 +02:00
..
__init__.py Add proxy support for telegram_bot (#8717) 2017-07-30 12:08:19 +02:00
broadcast.py telegram_bot platform to only send messages (#8186) 2017-06-26 22:22:33 -07:00
polling.py Fixing Client connection error (#7991) 2017-06-11 21:42:35 -07:00
services.yaml add telegram_bot service: delete_message (#8153) 2017-06-22 15:03:11 +02:00
webhooks.py Retry set_webhook up to three times, reduce timeout to 5s again (#8716) 2017-07-30 11:14:28 +02:00