hass-core/homeassistant/components/qingping/manifest.json
J. Nick Koston de7fdeddf9
Update qingping matcher to support additional models (#77225)
* Update qingping matcher to support additional models

* tweak

* bump

* Update BinarySensorEntityDescription

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2022-08-24 06:18:47 +02:00

18 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.5.0"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"
}