mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
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
@ -6,6 +6,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ruckus_unleashed",
|
"documentation": "https://www.home-assistant.io/integrations/ruckus_unleashed",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aioruckus", "xmltodict"],
|
"loggers": ["aioruckus"],
|
||||||
"requirements": ["aioruckus==0.34"]
|
"requirements": ["aioruckus==0.41"]
|
||||||
}
|
}
|
||||||
|
@ -347,7 +347,7 @@ aiorecollect==2023.09.0
|
|||||||
aioridwell==2024.01.0
|
aioridwell==2024.01.0
|
||||||
|
|
||||||
# homeassistant.components.ruckus_unleashed
|
# homeassistant.components.ruckus_unleashed
|
||||||
aioruckus==0.34
|
aioruckus==0.41
|
||||||
|
|
||||||
# homeassistant.components.russound_rio
|
# homeassistant.components.russound_rio
|
||||||
aiorussound==2.3.2
|
aiorussound==2.3.2
|
||||||
|
@ -329,7 +329,7 @@ aiorecollect==2023.09.0
|
|||||||
aioridwell==2024.01.0
|
aioridwell==2024.01.0
|
||||||
|
|
||||||
# homeassistant.components.ruckus_unleashed
|
# homeassistant.components.ruckus_unleashed
|
||||||
aioruckus==0.34
|
aioruckus==0.41
|
||||||
|
|
||||||
# homeassistant.components.russound_rio
|
# homeassistant.components.russound_rio
|
||||||
aiorussound==2.3.2
|
aiorussound==2.3.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user