mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix (#28369)
This commit is contained in:
parent
631a819bd1
commit
abbf6595bb
@ -3,7 +3,8 @@
|
|||||||
"name": "Telegram bot",
|
"name": "Telegram bot",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
|
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"python-telegram-bot==11.1.0"
|
"python-telegram-bot==11.1.0",
|
||||||
|
"PySocks==1.7.1"
|
||||||
],
|
],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -68,6 +68,9 @@ PyQRCode==1.2.1
|
|||||||
# homeassistant.components.rmvtransport
|
# homeassistant.components.rmvtransport
|
||||||
PyRMVtransport==0.2.9
|
PyRMVtransport==0.2.9
|
||||||
|
|
||||||
|
# homeassistant.components.telegram_bot
|
||||||
|
PySocks==1.7.1
|
||||||
|
|
||||||
# homeassistant.components.switchbot
|
# homeassistant.components.switchbot
|
||||||
# PySwitchbot==0.6.2
|
# PySwitchbot==0.6.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user