Handle Ecobee service timeouts (#33381)
* Bump pyecobee to 0.2.4 * Bump pyecobee to 0.2.5pull/33422/head
parent
1cd0e764b6
commit
68e86c5e3a
|
@ -4,6 +4,6 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/ecobee",
|
||||
"dependencies": [],
|
||||
"requirements": ["python-ecobee-api==0.2.3"],
|
||||
"requirements": ["python-ecobee-api==0.2.5"],
|
||||
"codeowners": ["@marthoc"]
|
||||
}
|
||||
|
|
|
@ -1596,7 +1596,7 @@ python-clementine-remote==1.0.1
|
|||
python-digitalocean==1.13.2
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.2.3
|
||||
python-ecobee-api==0.2.5
|
||||
|
||||
# homeassistant.components.eq3btsmart
|
||||
# python-eq3bt==0.1.11
|
||||
|
|
|
@ -602,7 +602,7 @@ pysonos==0.0.25
|
|||
pyspcwebgw==0.4.0
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
python-ecobee-api==0.2.3
|
||||
python-ecobee-api==0.2.5
|
||||
|
||||
# homeassistant.components.darksky
|
||||
python-forecastio==1.4.0
|
||||
|
|
Loading…
Reference in New Issue