mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01:00
17 lines
392 B
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"]
|
|
}
|