mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
bump ecobee version to fix issue 9190 (#9191)
This commit is contained in:
parent
2533b49aef
commit
f9c22b0e61
@ -15,7 +15,7 @@ from homeassistant.helpers import discovery
|
|||||||
from homeassistant.const import CONF_API_KEY
|
from homeassistant.const import CONF_API_KEY
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['python-ecobee-api==0.0.8']
|
REQUIREMENTS = ['python-ecobee-api==0.0.9']
|
||||||
|
|
||||||
_CONFIGURING = {}
|
_CONFIGURING = {}
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -719,7 +719,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.8
|
python-ecobee-api==0.0.9
|
||||||
|
|
||||||
# homeassistant.components.climate.eq3btsmart
|
# homeassistant.components.climate.eq3btsmart
|
||||||
# python-eq3bt==0.1.5
|
# python-eq3bt==0.1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user