mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"domain": "bluemaestro",
|
|
"name": "BlueMaestro",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": false,
|
|
"manufacturer_id": 307
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/bluemaestro",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["bluemaestro-ble==0.4.1"]
|
|
}
|