1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/telegram_bot/manifest.json
Denis Shulyaka dd6fc11d28 Bump python-telegram-bot to 22.6 (#165508)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 10:34:54 +01: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.6"]
}