update format

This commit is contained in:
Fabian Affolter 2015-05-31 15:18:25 +02:00
parent bd561dea6e
commit cb9fe8d9ff

View File

@ -1,56 +1,56 @@
# required for Home Assistant core # Required for Home Assistant core
requests>=2.0 requests>=2.0
pyyaml>=3.11 pyyaml>=3.11
pytz>=2015.2 pytz>=2015.2
# optional, needed for specific components # Optional, needed for specific components
# discovery # Discovery platform (discovery)
zeroconf>=0.16.0 zeroconf>=0.16.0
# sun # Sun (sun)
pyephem>=3.7 pyephem>=3.7
# lights.hue # Philips Hue library (lights.hue)
phue>=0.8 phue>=0.8
# lights.limitlessled # Limitlessled/Easybulb/Milight library (lights.limitlessled)
ledcontroller>=1.0.7 ledcontroller>=1.0.7
# media_player.cast # Chromecast bindings (media_player.cast)
pychromecast>=0.6.2 pychromecast>=0.6.2
# keyboard # Keyboard (keyboard)
pyuserinput>=0.1.9 pyuserinput>=0.1.9
# switch.tellstick, sensor.tellstick # Tellstick bindings (*.tellstick)
tellcore-py>=1.0.4 tellcore-py>=1.0.4
# device_tracker.nmap # Nmap bindings (device_tracker.nmap)
python-libnmap>=0.6.2 python-libnmap>=0.6.2
# notify.pushbullet # PushBullet bindings (notify.pushbullet)
pushbullet.py>=0.7.1 pushbullet.py>=0.7.1
# thermostat.nest # Nest Thermostat bindings (thermostat.nest)
python-nest>=2.1 python-nest>=2.1
# z-wave # Z-Wave (*.zwave)
pydispatcher>=2.0.5 pydispatcher>=2.0.5
# isy994 # ISY994 bindings (*.isy994
PyISY>=1.0.2 PyISY>=1.0.2
# sensor.systemmonitor # PSutil (sensor.systemmonitor)
psutil>=2.2.1 psutil>=2.2.1
# pushover notifications # Pushover bindings (notify.pushover)
python-pushover>=0.2 python-pushover>=0.2
# Transmission Torrent Client # Transmission Torrent Client (*.transmission)
transmissionrpc>=0.11 transmissionrpc>=0.11
# OpenWeatherMap Web API # OpenWeatherMap Web API (sensor.openweathermap)
pyowm>=2.2.0 pyowm>=2.2.0
# XMPP Bindings (notify.xmpp) # XMPP Bindings (notify.xmpp)