Add integration_type device to medcom_ble (#159312)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:39:39 +01:00
committed by GitHub
parent bcbb159fb2
commit 5e0549a18f
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/medcom_ble",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["medcom-ble==0.1.1"]
}

View File

@@ -3866,7 +3866,7 @@
},
"medcom_ble": {
"name": "Medcom Bluetooth",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},