mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Suppress unsupported event 'EVT_USP_RpsPowerDeniedByPsuOverload' by bumping aiounifi to v83 (#139519)
Bump aiounifi to v83
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiounifi"],
|
||||
"requirements": ["aiounifi==82"],
|
||||
"requirements": ["aiounifi==83"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Ubiquiti Networks",
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -404,7 +404,7 @@ aiotedee==0.2.20
|
||||
aiotractive==0.6.0
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==82
|
||||
aiounifi==83
|
||||
|
||||
# homeassistant.components.usb
|
||||
aiousbwatcher==1.1.1
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -386,7 +386,7 @@ aiotedee==0.2.20
|
||||
aiotractive==0.6.0
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==82
|
||||
aiounifi==83
|
||||
|
||||
# homeassistant.components.usb
|
||||
aiousbwatcher==1.1.1
|
||||
|
Reference in New Issue
Block a user