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