mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
upgrade ecobee (#11878)
This commit is contained in:
parent
eea7e2fa2d
commit
9a3895c79e
@ -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.14']
|
REQUIREMENTS = ['python-ecobee-api==0.0.15']
|
||||||
|
|
||||||
_CONFIGURING = {}
|
_CONFIGURING = {}
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -870,7 +870,7 @@ python-clementine-remote==1.0.1
|
|||||||
python-digitalocean==1.13.2
|
python-digitalocean==1.13.2
|
||||||
|
|
||||||
# homeassistant.components.ecobee
|
# homeassistant.components.ecobee
|
||||||
python-ecobee-api==0.0.14
|
python-ecobee-api==0.0.15
|
||||||
|
|
||||||
# homeassistant.components.climate.eq3btsmart
|
# homeassistant.components.climate.eq3btsmart
|
||||||
# python-eq3bt==0.1.8
|
# python-eq3bt==0.1.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user