Update python-ecobee-api to 0.2.14 (#59381)
This commit is contained in:
parent
355b3c2c3d
commit
59a0e5a773
3 changed files with 9 additions and 5 deletions
|
@ -3,7 +3,11 @@
|
|||
"name": "ecobee",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/ecobee",
|
||||
"requirements": ["python-ecobee-api==0.2.11"],
|
||||
"codeowners": ["@marthoc"],
|
||||
"requirements": [
|
||||
"python-ecobee-api==0.2.14"
|
||||
],
|
||||
"codeowners": [
|
||||
"@marthoc"
|
||||
],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
}
|
|
@ -1859,7 +1859,7 @@ python-clementine-remote==1.0.1
|
|||
python-digitalocean==1.13.2
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.2.11
|
||||
python-ecobee-api==0.2.14
|
||||
|
||||
# homeassistant.components.eq3btsmart
|
||||
# python-eq3bt==0.1.11
|
||||
|
|
|
@ -1112,7 +1112,7 @@ pysqueezebox==0.5.5
|
|||
pysyncthru==0.7.10
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.2.11
|
||||
python-ecobee-api==0.2.14
|
||||
|
||||
# homeassistant.components.darksky
|
||||
python-forecastio==1.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue