mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"domain": "sensirion_ble",
|
|
"name": "Sensirion BLE",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": false,
|
|
"manufacturer_id": 1749
|
|
},
|
|
{
|
|
"connectable": false,
|
|
"local_name": "MyCO2*"
|
|
}
|
|
],
|
|
"codeowners": ["@akx"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sensirion_ble",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["sensirion-ble==0.1.1"]
|
|
}
|