mirror of
https://github.com/elisspace/core.git
synced 2026-09-14 06:57:07 +00:00
11 lines
240 B
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": []
|
|
}
|