mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Bump airthings-ble to 0.9.1 (#124658)
This commit is contained in:
parent
2fe19c04b9
commit
51fd8e1288
@ -24,5 +24,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/airthings_ble",
|
"documentation": "https://www.home-assistant.io/integrations/airthings_ble",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["airthings-ble==0.9.0"]
|
"requirements": ["airthings-ble==0.9.1"]
|
||||||
}
|
}
|
||||||
|
@ -416,7 +416,7 @@ airgradient==0.8.0
|
|||||||
airly==1.1.0
|
airly==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.airthings_ble
|
# homeassistant.components.airthings_ble
|
||||||
airthings-ble==0.9.0
|
airthings-ble==0.9.1
|
||||||
|
|
||||||
# homeassistant.components.airthings
|
# homeassistant.components.airthings
|
||||||
airthings-cloud==0.2.0
|
airthings-cloud==0.2.0
|
||||||
|
@ -398,7 +398,7 @@ airgradient==0.8.0
|
|||||||
airly==1.1.0
|
airly==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.airthings_ble
|
# homeassistant.components.airthings_ble
|
||||||
airthings-ble==0.9.0
|
airthings-ble==0.9.1
|
||||||
|
|
||||||
# homeassistant.components.airthings
|
# homeassistant.components.airthings
|
||||||
airthings-cloud==0.2.0
|
airthings-cloud==0.2.0
|
||||||
|
@ -129,7 +129,6 @@ EXCEPTIONS = {
|
|||||||
"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
|
"aiovodafone", # https://github.com/chemelli74/aiovodafone/pull/131
|
||||||
"airthings-ble", # https://github.com/Airthings/airthings-ble/pull/42
|
|
||||||
"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