1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type device to kegtron (#159187)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:51:57 +01:00
committed by GitHub
parent d4097a8686
commit bcf46f09a2
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/kegtron",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["kegtron-ble==1.0.2"]
}

View File

@@ -3302,7 +3302,7 @@
},
"kegtron": {
"name": "Kegtron",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},