Classes | |
| class | PushBot |
| class | PushBotView |
Functions | |
| def | async_setup_platform (hass, bot, config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | REMOVE_WEBHOOK_URL = "" |
| int | SECRET_TOKEN_LENGTH = 32 |
| string | TELEGRAM_WEBHOOK_URL = "/api/telegram_webhooks" |
Support for Telegram bots using webhooks.
| def homeassistant.components.telegram_bot.webhooks.async_setup_platform | ( | hass, | |
| bot, | |||
| config | |||
| ) |
Set up the Telegram webhooks platform.
Definition at line 27 of file webhooks.py.
|
private |
Definition at line 20 of file webhooks.py.
| string homeassistant.components.telegram_bot.webhooks.REMOVE_WEBHOOK_URL = "" |
Definition at line 23 of file webhooks.py.
| int homeassistant.components.telegram_bot.webhooks.SECRET_TOKEN_LENGTH = 32 |
Definition at line 24 of file webhooks.py.
| string homeassistant.components.telegram_bot.webhooks.TELEGRAM_WEBHOOK_URL = "/api/telegram_webhooks" |
Definition at line 22 of file webhooks.py.