core/homeassistant/components/inkbird/manifest.json

33 lines
650 B
JSON
Raw Normal View History

2022-07-22 03:17:09 +00:00
{
"domain": "inkbird",
"name": "INKBIRD",
"bluetooth": [
2023-02-08 19:35:25 +00:00
{
"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
}
2022-07-22 03:17:09 +00:00
],
"codeowners": ["@bdraco"],
2023-02-08 19:35:25 +00:00
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/inkbird",
"iot_class": "local_push",
"requirements": ["inkbird-ble==0.5.6"]
2022-07-22 03:17:09 +00:00
}