core/homeassistant/components/bluetooth/manifest.json

26 lines
636 B
JSON
Raw Normal View History

{
"domain": "bluetooth",
"name": "Bluetooth",
"after_dependencies": ["hassio"],
"codeowners": ["@bdraco"],
"config_flow": true,
2023-02-08 19:29:44 +00:00
"dependencies": ["usb"],
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
"iot_class": "local_push",
"loggers": [
"btsocket",
"bleak_retry_connector",
"bluetooth_adapters",
"bluetooth_auto_recovery"
2023-02-08 19:29:44 +00:00
],
"quality_scale": "internal",
"requirements": [
"bleak==0.19.5",
"bleak-retry-connector==2.13.0",
"bluetooth-adapters==0.15.2",
"bluetooth-auto-recovery==1.0.3",
"bluetooth-data-tools==0.3.1",
2023-02-14 04:19:49 +00:00
"dbus-fast==1.84.1"
]
}