mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/wiffi",
|
||||
"requirements": ["wiffi==1.0.0"],
|
||||
"requirements": ["wiffi==1.0.1"],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@mampfes"
|
||||
|
@ -2207,7 +2207,7 @@ webexteamssdk==1.1.1
|
||||
websocket-client==0.54.0
|
||||
|
||||
# homeassistant.components.wiffi
|
||||
wiffi==1.0.0
|
||||
wiffi==1.0.1
|
||||
|
||||
# homeassistant.components.wirelesstag
|
||||
wirelesstagpy==0.4.1
|
||||
|
@ -982,7 +982,7 @@ wakeonlan==1.1.6
|
||||
watchdog==0.8.3
|
||||
|
||||
# homeassistant.components.wiffi
|
||||
wiffi==1.0.0
|
||||
wiffi==1.0.1
|
||||
|
||||
# homeassistant.components.withings
|
||||
withings-api==2.1.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user