Update ecobee version to fix stack-trace issue (#10894)
This commit is contained in:
parent
4ebc52ab52
commit
b2a2cb3fd8
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.const import CONF_API_KEY
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
from homeassistant.util.json import save_json
|
from homeassistant.util.json import save_json
|
||||||
|
|
||||||
REQUIREMENTS = ['python-ecobee-api==0.0.12']
|
REQUIREMENTS = ['python-ecobee-api==0.0.14']
|
||||||
|
|
||||||
_CONFIGURING = {}
|
_CONFIGURING = {}
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
|
@ -809,7 +809,7 @@ python-clementine-remote==1.0.1
|
||||||
python-digitalocean==1.12
|
python-digitalocean==1.12
|
||||||
|
|
||||||
# homeassistant.components.ecobee
|
# homeassistant.components.ecobee
|
||||||
python-ecobee-api==0.0.12
|
python-ecobee-api==0.0.14
|
||||||
|
|
||||||
# homeassistant.components.climate.eq3btsmart
|
# homeassistant.components.climate.eq3btsmart
|
||||||
# python-eq3bt==0.1.6
|
# python-eq3bt==0.1.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue