core/homeassistant/components/telegram_bot/manifest.json

11 lines
306 B
JSON

{
"domain": "telegram_bot",
"name": "Telegram bot",
"codeowners": [],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
"iot_class": "cloud_push",
"loggers": ["telegram"],
"requirements": ["python-telegram-bot==13.1", "PySocks==1.7.1"]
}