Added REQUIREMENTS list to temper.py

pull/238/head
Rohit Kabadi 2015-08-02 18:55:30 -07:00
parent e6aabb9706
commit 6c6ae9cb1a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from homeassistant.const import CONF_NAME, DEVICE_DEFAULT_NAME
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['https://github.com/rkabadi/temper-python/archive/master.zip']
# pylint: disable=unused-argument
def setup_platform(hass, config, add_devices_callback, discovery_info=None):