mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update aioopenexchangerates to 0.6.8 (#129162)
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/openexchangerates",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["aioopenexchangerates==0.6.2"]
|
||||
"requirements": ["aioopenexchangerates==0.6.8"]
|
||||
}
|
||||
|
@ -316,7 +316,7 @@ aionut==4.3.3
|
||||
aiooncue==0.3.7
|
||||
|
||||
# homeassistant.components.openexchangerates
|
||||
aioopenexchangerates==0.6.2
|
||||
aioopenexchangerates==0.6.8
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
aiooui==0.1.6
|
||||
|
@ -298,7 +298,7 @@ aionut==4.3.3
|
||||
aiooncue==0.3.7
|
||||
|
||||
# homeassistant.components.openexchangerates
|
||||
aioopenexchangerates==0.6.2
|
||||
aioopenexchangerates==0.6.8
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
aiooui==0.1.6
|
||||
|
@ -142,7 +142,6 @@ EXCEPTIONS = {
|
||||
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
|
||||
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
|
||||
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
|
||||
"aioopenexchangerates", # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94
|
||||
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
|
||||
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
|
||||
"asyncio", # PSF License
|
||||
|
Reference in New Issue
Block a user