From fc1cf49fd3392624202d9a03696e43126c4ad55e Mon Sep 17 00:00:00 2001 From: Todd Ingarfield Date: Fri, 9 Oct 2015 10:49:54 -0500 Subject: [PATCH] added REQUIREMENTS for radiotherm python module --- homeassistant/components/thermostat/radiotherm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/thermostat/radiotherm.py b/homeassistant/components/thermostat/radiotherm.py index 229fed220cd..8936ab15292 100644 --- a/homeassistant/components/thermostat/radiotherm.py +++ b/homeassistant/components/thermostat/radiotherm.py @@ -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):