mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
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
@ -11,7 +11,7 @@ from homeassistant.components.thermostat import ThermostatDevice
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT)
|
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT)
|
||||||
|
|
||||||
REQUIREMENTS = ['evohomeclient==0.2.4',
|
REQUIREMENTS = ['evohomeclient==0.2.5',
|
||||||
'somecomfort==0.2.1']
|
'somecomfort==0.2.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -47,7 +47,7 @@ dweepy==0.2.0
|
|||||||
eliqonline==1.0.11
|
eliqonline==1.0.11
|
||||||
|
|
||||||
# homeassistant.components.thermostat.honeywell
|
# homeassistant.components.thermostat.honeywell
|
||||||
evohomeclient==0.2.4
|
evohomeclient==0.2.5
|
||||||
|
|
||||||
# homeassistant.components.feedreader
|
# homeassistant.components.feedreader
|
||||||
feedparser==5.2.1
|
feedparser==5.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user