mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
UniFi - Fix websocket bug (#32449)
This commit is contained in:
parent
4cf86262af
commit
02c8cd07f3
@ -4,7 +4,7 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/unifi",
|
||||
"requirements": [
|
||||
"aiounifi==13"
|
||||
"aiounifi==14"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
@ -203,7 +203,7 @@ aiopylgtv==0.3.3
|
||||
aioswitcher==2019.4.26
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==13
|
||||
aiounifi==14
|
||||
|
||||
# homeassistant.components.wwlln
|
||||
aiowwlln==2.0.2
|
||||
|
@ -81,7 +81,7 @@ aiopylgtv==0.3.3
|
||||
aioswitcher==2019.4.26
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==13
|
||||
aiounifi==14
|
||||
|
||||
# homeassistant.components.wwlln
|
||||
aiowwlln==2.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user