core/homeassistant/components/improv_ble/manifest.json

18 lines
509 B
JSON

{
"domain": "improv_ble",
"name": "Improv via BLE",
"bluetooth": [
{
"service_uuid": "00467768-6228-2272-4663-277478268000",
"service_data_uuid": "00004677-0000-1000-8000-00805f9b34fb"
}
],
"codeowners": ["@emontnemery"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/improv_ble",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["py-improv-ble-client==1.0.3"]
}