mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update aioopenexchangerates to 0.6.8 (#129162)
This commit is contained in:
parent
13ffe7acfb
commit
839c884cef
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/openexchangerates",
|
"documentation": "https://www.home-assistant.io/integrations/openexchangerates",
|
||||||
"iot_class": "cloud_polling",
|
"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
|
aiooncue==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.openexchangerates
|
# homeassistant.components.openexchangerates
|
||||||
aioopenexchangerates==0.6.2
|
aioopenexchangerates==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
aiooui==0.1.6
|
aiooui==0.1.6
|
||||||
|
@ -298,7 +298,7 @@ aionut==4.3.3
|
|||||||
aiooncue==0.3.7
|
aiooncue==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.openexchangerates
|
# homeassistant.components.openexchangerates
|
||||||
aioopenexchangerates==0.6.2
|
aioopenexchangerates==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
aiooui==0.1.6
|
aiooui==0.1.6
|
||||||
|
@ -142,7 +142,6 @@ EXCEPTIONS = {
|
|||||||
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
|
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
|
||||||
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
|
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
|
||||||
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
|
"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
|
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
|
||||||
"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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user