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.json import save_json
|
||||
|
||||
REQUIREMENTS = ['python-ecobee-api==0.0.12']
|
||||
REQUIREMENTS = ['python-ecobee-api==0.0.14']
|
||||
|
||||
_CONFIGURING = {}
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue