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:
parent
413b8d34e4
commit
27ce394571
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue