1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-25 15:36:30 +01:00
Files
core/homeassistant/components/qingping/manifest.json
T
2026-05-26 22:41:55 -05:00

26 lines
598 B
JSON

{
"domain": "qingping",
"name": "Qingping",
"bluetooth": [
{
"connectable": false,
"local_name": "Qingping*"
},
{
"connectable": false,
"local_name": "Lee Guitars*"
},
{
"connectable": false,
"service_data_uuid": "0000fdcd-0000-1000-8000-00805f9b34fb"
}
],
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/qingping",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["qingping-ble==1.1.5"]
}