1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type device to airthings_ble (#158832)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:36:06 +01:00
committed by GitHub
parent 51cebb52f3
commit 3080ef9a4a
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/airthings_ble",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["airthings-ble==1.2.0"]
}

View File

@@ -151,7 +151,7 @@
"name": "Airthings"
},
"airthings_ble": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling",
"name": "Airthings BLE"