external dependency evohomeclient 0.2.4 gave a json decode error. (#1895)

* external dependency evohomeclient 0.2.4 gave a json decode error.
upped to 0.2.5
This commit is contained in:
sander76 2016-04-23 18:03:43 +02:00 committed by Fabian Affolter
parent 413b8d34e4
commit 27ce394571
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from homeassistant.components.thermostat import ThermostatDevice
from homeassistant.const import (
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT)
REQUIREMENTS = ['evohomeclient==0.2.4',
REQUIREMENTS = ['evohomeclient==0.2.5',
'somecomfort==0.2.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -47,7 +47,7 @@ dweepy==0.2.0
eliqonline==1.0.11
# homeassistant.components.thermostat.honeywell
evohomeclient==0.2.4
evohomeclient==0.2.5
# homeassistant.components.feedreader
feedparser==5.2.1