41 lines
544 B
Plaintext
41 lines
544 B
Plaintext
# required for Home Assistant core
|
|
requests>=2.0
|
|
pyyaml>=3.11
|
|
|
|
# optional, needed for specific components
|
|
|
|
# discovery
|
|
zeroconf>=0.16.0
|
|
|
|
# sun
|
|
pyephem>=3.7
|
|
|
|
# lights.hue
|
|
phue>=0.8
|
|
|
|
# media_player.cast
|
|
pychromecast>=0.5
|
|
|
|
# keyboard
|
|
pyuserinput>=0.1.9
|
|
|
|
# switch.tellstick, sensor.tellstick
|
|
tellcore-py>=1.0.4
|
|
|
|
# device_tracker.nmap
|
|
python-libnmap>=0.6.2
|
|
|
|
# notify.pushbullet
|
|
pushbullet.py>=0.7.1
|
|
|
|
# thermostat.nest
|
|
python-nest>=2.1
|
|
|
|
# z-wave
|
|
pydispatcher>=2.0.5
|
|
|
|
# sensor.systemmonitor
|
|
psutil>=2.2.1
|
|
|
|
#pushover notifications
|
|
python-pushover>=0.2 |