mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Bump python-wiffi to 1.0.1 (#38556)
fix missing exception asyncio.IncompleteReadError
This commit is contained in:
parent
8258dcf41d
commit
b50f3103fe
@ -3,7 +3,7 @@
|
|||||||
"name": "Wiffi",
|
"name": "Wiffi",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/wiffi",
|
"documentation": "https://www.home-assistant.io/integrations/wiffi",
|
||||||
"requirements": ["wiffi==1.0.0"],
|
"requirements": ["wiffi==1.0.1"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@mampfes"
|
"@mampfes"
|
||||||
|
@ -2207,7 +2207,7 @@ webexteamssdk==1.1.1
|
|||||||
websocket-client==0.54.0
|
websocket-client==0.54.0
|
||||||
|
|
||||||
# homeassistant.components.wiffi
|
# homeassistant.components.wiffi
|
||||||
wiffi==1.0.0
|
wiffi==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.wirelesstag
|
# homeassistant.components.wirelesstag
|
||||||
wirelesstagpy==0.4.1
|
wirelesstagpy==0.4.1
|
||||||
|
@ -982,7 +982,7 @@ wakeonlan==1.1.6
|
|||||||
watchdog==0.8.3
|
watchdog==0.8.3
|
||||||
|
|
||||||
# homeassistant.components.wiffi
|
# homeassistant.components.wiffi
|
||||||
wiffi==1.0.0
|
wiffi==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.1.6
|
withings-api==2.1.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user