core/homeassistant/components/airthings_ble/manifest.json

16 lines
373 B
JSON

{
"domain": "airthings_ble",
"name": "Airthings BLE",
"bluetooth": [
{
"manufacturer_id": 820
}
],
"codeowners": ["@vincegio"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/airthings_ble",
"iot_class": "local_polling",
"requirements": ["airthings-ble==0.5.3"]
}