Bump tplink python-kasa dependency to 0.7.6 (#129444)
This commit is contained in:
parent
2c89e89c84
commit
ec19712388
4 changed files with 7 additions and 3 deletions
|
@ -435,6 +435,10 @@ class TPLinkConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
# Raise the original error instead of the fallback error
|
||||
raise ex from ex
|
||||
else:
|
||||
if TYPE_CHECKING:
|
||||
# device or exception is always returned unless
|
||||
# on_unsupported callback was passed to discover_single
|
||||
assert self._discovered_device
|
||||
if self._discovered_device.config.uses_http:
|
||||
self._discovered_device.config.http_client = (
|
||||
create_async_tplink_clientsession(self.hass)
|
||||
|
|
|
@ -301,5 +301,5 @@
|
|||
"iot_class": "local_polling",
|
||||
"loggers": ["kasa"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["python-kasa[speedups]==0.7.5"]
|
||||
"requirements": ["python-kasa[speedups]==0.7.6"]
|
||||
}
|
||||
|
|
|
@ -2353,7 +2353,7 @@ python-join-api==0.0.9
|
|||
python-juicenet==1.1.0
|
||||
|
||||
# homeassistant.components.tplink
|
||||
python-kasa[speedups]==0.7.5
|
||||
python-kasa[speedups]==0.7.6
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.0.15
|
||||
|
|
|
@ -1880,7 +1880,7 @@ python-izone==1.2.9
|
|||
python-juicenet==1.1.0
|
||||
|
||||
# homeassistant.components.tplink
|
||||
python-kasa[speedups]==0.7.5
|
||||
python-kasa[speedups]==0.7.6
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.0.15
|
||||
|
|
Loading…
Add table
Reference in a new issue