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:
committed by
GitHub
parent
51cebb52f3
commit
3080ef9a4a
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
"name": "Airthings"
|
||||
},
|
||||
"airthings_ble": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"name": "Airthings BLE"
|
||||
|
||||
Reference in New Issue
Block a user