core/homeassistant/components/airthings_ble/manifest.json

16 lines
364 B
JSON

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