mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
add requirements for xmpp notifications
This commit is contained in:
parent
b6c88b1a6c
commit
0e9685e55f
@ -41,11 +41,16 @@ PyISY>=1.0.2
|
|||||||
# sensor.systemmonitor
|
# sensor.systemmonitor
|
||||||
psutil>=2.2.1
|
psutil>=2.2.1
|
||||||
|
|
||||||
#pushover notifications
|
# pushover notifications
|
||||||
python-pushover>=0.2
|
python-pushover>=0.2
|
||||||
|
|
||||||
# Transmission Torrent Client
|
# Transmission Torrent Client
|
||||||
transmissionrpc>=0.11
|
transmissionrpc>=0.11
|
||||||
|
|
||||||
# OpenWeatherMap Web API
|
# OpenWeatherMap Web API
|
||||||
pyowm>=2.2.0
|
pyowm>=2.2.0
|
||||||
|
|
||||||
|
# XMPP Bindings (notify.xmpp)
|
||||||
|
sleekxmpp>=1.3.1
|
||||||
|
pyasn1>=0.1.7
|
||||||
|
pyasn1_modules>=0.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user