1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00
ha-core/requirements.txt

39 lines
499 B
Plaintext
Raw Normal View History

2015-03-07 14:49:22 +01:00
# required for Home Assistant core
2014-09-25 04:34:09 +02:00
requests>=2.0
2015-03-07 14:49:22 +01:00
pyyaml>=3.11
# optional, needed for specific components
# discovery
zeroconf>=0.16.0
# sun
2014-09-25 04:34:09 +02:00
pyephem>=3.7
# lights.hue
2014-11-22 23:39:40 +01:00
phue>=0.8
2015-03-07 14:49:22 +01:00
# media_player.cast
pychromecast>=0.5
# keyboard
2014-09-25 06:30:59 +02:00
pyuserinput>=0.1.9
2015-03-07 14:49:22 +01:00
# switch.tellstick, sensor.tellstick
tellcore-py>=1.0.4
2014-12-15 06:29:36 +01:00
2015-01-11 17:09:25 +01:00
# device_tracker.nmap
2015-03-07 14:49:22 +01:00
python-libnmap>=0.6.2
2015-01-11 17:09:25 +01:00
# notify.pushbullet
pushbullet.py>=0.7.1
2015-01-13 08:31:31 +01:00
# thermostat.nest
python-nest>=2.1
2015-03-01 07:49:27 +01:00
# z-wave
pydispatcher>=2.0.5
# sensor.systemmonitor
psutil>=2.2.1