core/homeassistant/components/telegram_bot/manifest.json

11 lines
240 B
JSON

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