mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump aiovodafone to 0.6.1 (#128976)
* Bump aiovodafone to 0.6.1 * remove exception
This commit is contained in:
parent
82ef380256
commit
053eb8a0fd
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user