33 lines
650 B
JSON
33 lines
650 B
JSON
{
|
|
"domain": "inkbird",
|
|
"name": "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
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/inkbird",
|
|
"iot_class": "local_push",
|
|
"requirements": ["inkbird-ble==0.5.6"]
|
|
}
|