core/homeassistant/components/bthome/manifest.json

21 lines
508 B
JSON

{
"domain": "bthome",
"name": "BThome",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bthome",
"bluetooth": [
{
"connectable": false,
"service_data_uuid": "0000181c-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000181e-0000-1000-8000-00805f9b34fb"
}
],
"requirements": ["bthome-ble==0.5.2"],
"dependencies": ["bluetooth"],
"codeowners": ["@Ernst79"],
"iot_class": "local_push"
}