mirror of
https://github.com/home-assistant/core.git
synced 2025-08-26 07:51:32 +02:00
Bump aiounifi to v81 to fix partitioned cookies on python 3.13 (#132540)
This commit is contained in:
committed by
Franck Nijhof
parent
af5f718a71
commit
db141ce449
@@ -7,7 +7,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiounifi"],
|
||||
"requirements": ["aiounifi==80"],
|
||||
"requirements": ["aiounifi==81"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Ubiquiti Networks",
|
||||
|
@@ -402,7 +402,7 @@ aiotedee==0.2.20
|
||||
aiotractive==0.6.0
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==80
|
||||
aiounifi==81
|
||||
|
||||
# homeassistant.components.vlc_telnet
|
||||
aiovlc==0.5.1
|
||||
|
@@ -384,7 +384,7 @@ aiotedee==0.2.20
|
||||
aiotractive==0.6.0
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==80
|
||||
aiounifi==81
|
||||
|
||||
# homeassistant.components.vlc_telnet
|
||||
aiovlc==0.5.1
|
||||
|
Reference in New Issue
Block a user