1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-14 06:57:07 +00:00
Files
core/homeassistant/components/telegram_bot/manifest.json
Paulus Schoutsen e48ef7f441 Fix broken platform components (#22943)
* Fix broken platform components

* Lint
2019-04-09 15:42:44 -07:00

11 lines
240 B
JSON

{
"domain": "telegram_bot",
"name": "Telegram bot",
"documentation": "https://www.home-assistant.io/components/telegram_bot",
"requirements": [
"python-telegram-bot==11.1.0"
],
"dependencies": ["http"],
"codeowners": []
}