Add integration_type device to bluemaestro (#158864)

This commit is contained in:
Joost Lekkerkerker
2025-12-12 22:59:13 +01:00
committed by GitHub
parent dc01cf49a0
commit 8e39e010f7
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/bluemaestro",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["bluemaestro-ble==0.4.1"]
}

View File

@@ -778,7 +778,7 @@
},
"bluemaestro": {
"name": "BlueMaestro",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},