2022-07-22 03:17:09 +00:00
|
|
|
{
|
|
|
|
"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*" },
|
2022-08-09 14:49:17 +00:00
|
|
|
{ "local_name": "xBBQ*" },
|
2022-07-22 03:17:09 +00:00
|
|
|
{ "local_name": "tps" }
|
|
|
|
],
|
2022-08-09 14:49:17 +00:00
|
|
|
"requirements": ["inkbird-ble==0.5.2"],
|
2022-07-22 03:17:09 +00:00
|
|
|
"dependencies": ["bluetooth"],
|
|
|
|
"codeowners": ["@bdraco"],
|
|
|
|
"iot_class": "local_push"
|
|
|
|
}
|