mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
14 lines
386 B
JSON
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.6"]
|
|
}
|