core/homeassistant/components/bthome/manifest.json

25 lines
625 B
JSON
Raw Normal View History

{
"domain": "bthome",
"name": "BTHome",
"bluetooth": [
{
"connectable": false,
"service_data_uuid": "0000181c-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000181e-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000fcd2-0000-1000-8000-00805f9b34fb"
}
],
"codeowners": ["@Ernst79"],
2023-02-08 19:16:39 +00:00
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/bthome",
"iot_class": "local_push",
"requirements": ["bthome-ble==2.11.3"]
}