1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/qingping/manifest.json
2022-08-24 19:46:34 -04:00

19 lines
525 B
JSON

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