Added REQUIREMENTS list to temper.py

This commit is contained in:
Rohit Kabadi 2015-08-02 18:55:30 -07:00
parent e6aabb9706
commit 6c6ae9cb1a

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):