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:
committed by
GitHub
parent
9fc014c6f4
commit
71d36a6496
@@ -61,6 +61,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/inkbird",
|
"documentation": "https://www.home-assistant.io/integrations/inkbird",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["inkbird-ble==1.1.1"]
|
"requirements": ["inkbird-ble==1.1.1"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3064,7 +3064,7 @@
|
|||||||
},
|
},
|
||||||
"inkbird": {
|
"inkbird": {
|
||||||
"name": "INKBIRD",
|
"name": "INKBIRD",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user