core/homeassistant/components/bluemaestro/manifest.json

17 lines
392 B
JSON

{
"domain": "bluemaestro",
"name": "BlueMaestro",
"bluetooth": [
{
"manufacturer_id": 307,
"connectable": false
}
],
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/bluemaestro",
"iot_class": "local_push",
"requirements": ["bluemaestro-ble==0.2.3"]
}