Update ecobee version to fix stack-trace issue (#10894)

This commit is contained in:
PhracturedBlue 2017-12-01 21:56:35 -08:00 committed by Andrey
parent 4ebc52ab52
commit b2a2cb3fd8
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.const import CONF_API_KEY
from homeassistant.util import Throttle
from homeassistant.util.json import save_json
REQUIREMENTS = ['python-ecobee-api==0.0.12']
REQUIREMENTS = ['python-ecobee-api==0.0.14']
_CONFIGURING = {}
_LOGGER = logging.getLogger(__name__)