core/homeassistant/components/telegram_bot/manifest.json

9 lines
252 B
JSON
Raw Normal View History

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