bump python-ecobee-api version to 0.0.18 (#13854)
* bump python-ecobee-api version to 0.0.18 * Update requirements_all.txt
This commit is contained in:
parent
0daf38d18c
commit
c6c166645d
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.17']
|
||||
REQUIREMENTS = ['python-ecobee-api==0.0.18']
|
||||
|
||||
_CONFIGURING = {}
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -942,7 +942,7 @@ python-clementine-remote==1.0.1
|
|||
python-digitalocean==1.13.2
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.0.17
|
||||
python-ecobee-api==0.0.18
|
||||
|
||||
# homeassistant.components.climate.eq3btsmart
|
||||
# python-eq3bt==0.1.9
|
||||
|
|
Loading…
Add table
Reference in a new issue