From cb9fe8d9ff6b425c7a9acb1835256147d2191439 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 31 May 2015 15:18:25 +0200 Subject: [PATCH] update format --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index da169624276..24e1f8ff921 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,56 +1,56 @@ -# required for Home Assistant core +# Required for Home Assistant core requests>=2.0 pyyaml>=3.11 pytz>=2015.2 -# optional, needed for specific components +# Optional, needed for specific components -# discovery +# Discovery platform (discovery) zeroconf>=0.16.0 -# sun +# Sun (sun) pyephem>=3.7 -# lights.hue +# Philips Hue library (lights.hue) phue>=0.8 -# lights.limitlessled +# Limitlessled/Easybulb/Milight library (lights.limitlessled) ledcontroller>=1.0.7 -# media_player.cast +# Chromecast bindings (media_player.cast) pychromecast>=0.6.2 -# keyboard +# Keyboard (keyboard) pyuserinput>=0.1.9 -# switch.tellstick, sensor.tellstick +# Tellstick bindings (*.tellstick) tellcore-py>=1.0.4 -# device_tracker.nmap +# Nmap bindings (device_tracker.nmap) python-libnmap>=0.6.2 -# notify.pushbullet +# PushBullet bindings (notify.pushbullet) pushbullet.py>=0.7.1 -# thermostat.nest +# Nest Thermostat bindings (thermostat.nest) python-nest>=2.1 -# z-wave +# Z-Wave (*.zwave) pydispatcher>=2.0.5 -# isy994 +# ISY994 bindings (*.isy994 PyISY>=1.0.2 -# sensor.systemmonitor +# PSutil (sensor.systemmonitor) psutil>=2.2.1 -# pushover notifications +# Pushover bindings (notify.pushover) python-pushover>=0.2 -# Transmission Torrent Client +# Transmission Torrent Client (*.transmission) transmissionrpc>=0.11 -# OpenWeatherMap Web API +# OpenWeatherMap Web API (sensor.openweathermap) pyowm>=2.2.0 # XMPP Bindings (notify.xmpp)