Bump tplink python-kasa dependency to 0.7.6 (#129444)

This commit is contained in:
Steven B. 2024-10-29 19:00:43 +00:00 committed by GitHub
parent 2c89e89c84
commit ec19712388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -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)

View file

@ -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"]
}

View file

@ -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

View file

@ -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