mirror of https://github.com/home-assistant/core
25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"domain": "qingping",
|
|
"name": "Qingping",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "Qingping*",
|
|
"connectable": false
|
|
},
|
|
{
|
|
"local_name": "Lee Guitars*",
|
|
"connectable": false
|
|
},
|
|
{
|
|
"service_data_uuid": "0000fdcd-0000-1000-8000-00805f9b34fb",
|
|
"connectable": false
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/qingping",
|
|
"iot_class": "local_push",
|
|
"requirements": ["qingping-ble==0.10.0"]
|
|
}
|