mirror of https://github.com/home-assistant/core
12 lines
324 B
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"]
|
|
}
|