Bump airthings-ble to 0.9.1 (#124658)

This commit is contained in:
Ståle Storø Hauknes 2024-08-27 01:59:28 +02:00 committed by GitHub
parent 2fe19c04b9
commit 51fd8e1288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View file

@ -24,5 +24,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/airthings_ble",
"iot_class": "local_polling",
"requirements": ["airthings-ble==0.9.0"]
"requirements": ["airthings-ble==0.9.1"]
}

View file

@ -416,7 +416,7 @@ airgradient==0.8.0
airly==1.1.0
# homeassistant.components.airthings_ble
airthings-ble==0.9.0
airthings-ble==0.9.1
# homeassistant.components.airthings
airthings-cloud==0.2.0

View file

@ -398,7 +398,7 @@ airgradient==0.8.0
airly==1.1.0
# homeassistant.components.airthings_ble
airthings-ble==0.9.0
airthings-ble==0.9.1
# homeassistant.components.airthings
airthings-cloud==0.2.0

View file

@ -129,7 +129,6 @@ EXCEPTIONS = {
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
"aioruuvigateway", # https://github.com/akx/aioruuvigateway/pull/6
"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
"asyncio", # PSF License
"chacha20poly1305", # LGPL