1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 10:15:33 +01:00
Files
core/homeassistant/components/telegram_bot/manifest.json
T

13 lines
355 B
JSON

{
"domain": "telegram_bot",
"name": "Telegram bot",
"codeowners": ["@hanwg"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
"iot_class": "cloud_push",
"loggers": ["telegram"],
"quality_scale": "silver",
"requirements": ["python-telegram-bot[socks]==22.1"]
}