Bump aiovodafone to 0.6.1 (#128976)

* Bump aiovodafone to 0.6.1

* remove exception
This commit is contained in:
Simone Chemelli 2024-10-22 18:28:00 +02:00 committed by GitHub
parent 82ef380256
commit 053eb8a0fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -8,5 +8,5 @@
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["aiovodafone"], "loggers": ["aiovodafone"],
"quality_scale": "silver", "quality_scale": "silver",
"requirements": ["aiovodafone==0.6.0"] "requirements": ["aiovodafone==0.6.1"]
} }

View File

@ -402,7 +402,7 @@ aiounifi==80
aiovlc==0.5.1 aiovlc==0.5.1
# homeassistant.components.vodafone_station # homeassistant.components.vodafone_station
aiovodafone==0.6.0 aiovodafone==0.6.1
# homeassistant.components.waqi # homeassistant.components.waqi
aiowaqi==3.1.0 aiowaqi==3.1.0

View File

@ -384,7 +384,7 @@ aiounifi==80
aiovlc==0.5.1 aiovlc==0.5.1
# homeassistant.components.vodafone_station # homeassistant.components.vodafone_station
aiovodafone==0.6.0 aiovodafone==0.6.1
# homeassistant.components.waqi # homeassistant.components.waqi
aiowaqi==3.1.0 aiowaqi==3.1.0

View File

@ -129,7 +129,6 @@ EXCEPTIONS = {
"aioopenexchangerates", # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94 "aioopenexchangerates", # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8 "aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
"aioruuvigateway", # https://github.com/akx/aioruuvigateway/pull/6 "aioruuvigateway", # https://github.com/akx/aioruuvigateway/pull/6
"aiovodafone", # https://github.com/chemelli74/aiovodafone/pull/131
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3 "apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
"asyncio", # PSF License "asyncio", # PSF License
"chacha20poly1305", # LGPL "chacha20poly1305", # LGPL