mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
added REQUIREMENTS for radiotherm python module
This commit is contained in:
parent
e5d68d8a1e
commit
fc1cf49fd3
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user