18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"domain": "inkbird",
|
|
"name": "INKBIRD",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/inkbird",
|
|
"bluetooth": [
|
|
{ "local_name": "sps" },
|
|
{ "local_name": "Inkbird*" },
|
|
{ "local_name": "iBBQ*" },
|
|
{ "local_name": "xBBQ*" },
|
|
{ "local_name": "tps" }
|
|
],
|
|
"requirements": ["inkbird-ble==0.5.5"],
|
|
"dependencies": ["bluetooth"],
|
|
"codeowners": ["@bdraco"],
|
|
"iot_class": "local_push"
|
|
}
|