hass-core/homeassistant/components/telegram_bot/manifest.json
2020-01-06 21:28:23 +01:00

8 lines
252 B
JSON

{
"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": []
}