mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"domain": "victron_ble",
|
|
"name": "Victron BLE",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": false,
|
|
"manufacturer_data_start": [16],
|
|
"manufacturer_id": 737
|
|
}
|
|
],
|
|
"codeowners": ["@rajlaud"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/victron_ble",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["victron-ble-ha-parser==0.7.0"]
|
|
}
|