1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 07:15:09 +01:00
Files
core/homeassistant/components/telegram_bot/manifest.json
T
2026-04-02 15:14:58 +02:00

14 lines
386 B
JSON

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