mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
UniFi - Fix websocket bug (#32449)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user