2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "telegram_bot",
|
|
|
|
"name": "Telegram bot",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
|
2020-12-17 20:09:58 +00:00
|
|
|
"requirements": ["python-telegram-bot==13.1", "PySocks==1.7.1"],
|
2019-04-09 22:42:44 +00:00
|
|
|
"dependencies": ["http"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": [],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_push",
|
|
|
|
"loggers": ["telegram"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|