core/homeassistant/components/telegram_bot/manifest.json

12 lines
324 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"],
"quality_scale": "legacy",
"requirements": ["python-telegram-bot[socks]==21.5"]
}