mirror of https://github.com/home-assistant/core
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"domain": "medcom_ble",
|
|
"name": "Medcom Bluetooth",
|
|
"bluetooth": [
|
|
{
|
|
"service_uuid": "39b31fec-b63a-4ef7-b163-a7317872007f"
|
|
}
|
|
],
|
|
"codeowners": ["@elafargue"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/medcom_ble",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["medcom-ble==0.1.1"]
|
|
}
|