added REQUIREMENTS for radiotherm python module

This commit is contained in:
Todd Ingarfield 2015-10-09 10:49:54 -05:00
parent e5d68d8a1e
commit fc1cf49fd3

View File

@ -10,8 +10,7 @@ from homeassistant.components.thermostat import (ThermostatDevice, STATE_COOL,
from homeassistant.const import (CONF_HOST, CONF_NAME, TEMP_FAHRENHEIT)
from urllib.error import URLError
#TODO: investigate why this fails
# REQUIREMENTS = ['radiotherm-1.2']
REQUIREMENTS = ['radiotherm']
def setup_platform(hass, config, add_devices, discovery_info=None):