mirror of https://github.com/home-assistant/core
21 lines
464 B
JSON
21 lines
464 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",
|
|
"iot_class": "local_push",
|
|
"requirements": ["sensirion-ble==0.1.1"]
|
|
}
|