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 inkbird (#159175)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:36:56 +01:00
committed by GitHub
parent 9fc014c6f4
commit 71d36a6496
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -3064,7 +3064,7 @@
},
"inkbird": {
"name": "INKBIRD",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},