mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump tplink python-kasa dependency to 0.7.6 (#129444)
This commit is contained in:
parent
2c89e89c84
commit
ec19712388
@ -435,6 +435,10 @@ class TPLinkConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
# Raise the original error instead of the fallback error
|
# Raise the original error instead of the fallback error
|
||||||
raise ex from ex
|
raise ex from ex
|
||||||
else:
|
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:
|
if self._discovered_device.config.uses_http:
|
||||||
self._discovered_device.config.http_client = (
|
self._discovered_device.config.http_client = (
|
||||||
create_async_tplink_clientsession(self.hass)
|
create_async_tplink_clientsession(self.hass)
|
||||||
|
@ -301,5 +301,5 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["kasa"],
|
"loggers": ["kasa"],
|
||||||
"quality_scale": "platinum",
|
"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
|
python-juicenet==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.tplink
|
# homeassistant.components.tplink
|
||||||
python-kasa[speedups]==0.7.5
|
python-kasa[speedups]==0.7.6
|
||||||
|
|
||||||
# homeassistant.components.linkplay
|
# homeassistant.components.linkplay
|
||||||
python-linkplay==0.0.15
|
python-linkplay==0.0.15
|
||||||
|
@ -1880,7 +1880,7 @@ python-izone==1.2.9
|
|||||||
python-juicenet==1.1.0
|
python-juicenet==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.tplink
|
# homeassistant.components.tplink
|
||||||
python-kasa[speedups]==0.7.5
|
python-kasa[speedups]==0.7.6
|
||||||
|
|
||||||
# homeassistant.components.linkplay
|
# homeassistant.components.linkplay
|
||||||
python-linkplay==0.0.15
|
python-linkplay==0.0.15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user