Bump aioruckus to v0.41 removing blocking call to load_default_certs from ruckus_unleashed integration (#123974)
* fix ruckusd_unleashed blocking call to load_default_certs * remove extra loggers, bump aioruckus ver for debian packagers
This commit is contained in:
parent
7eeebf198b
commit
4dfc11a140
3 changed files with 4 additions and 4 deletions
|
@ -6,6 +6,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/ruckus_unleashed",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aioruckus", "xmltodict"],
|
||||
"requirements": ["aioruckus==0.34"]
|
||||
"loggers": ["aioruckus"],
|
||||
"requirements": ["aioruckus==0.41"]
|
||||
}
|
||||
|
|
|
@ -347,7 +347,7 @@ aiorecollect==2023.09.0
|
|||
aioridwell==2024.01.0
|
||||
|
||||
# homeassistant.components.ruckus_unleashed
|
||||
aioruckus==0.34
|
||||
aioruckus==0.41
|
||||
|
||||
# homeassistant.components.russound_rio
|
||||
aiorussound==2.3.2
|
||||
|
|
|
@ -329,7 +329,7 @@ aiorecollect==2023.09.0
|
|||
aioridwell==2024.01.0
|
||||
|
||||
# homeassistant.components.ruckus_unleashed
|
||||
aioruckus==0.34
|
||||
aioruckus==0.41
|
||||
|
||||
# homeassistant.components.russound_rio
|
||||
aiorussound==2.3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue