mirror of https://github.com/home-assistant/core
25 lines
636 B
JSON
25 lines
636 B
JSON
{
|
|
"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", "@thecode"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/bthome",
|
|
"iot_class": "local_push",
|
|
"requirements": ["bthome-ble==3.9.1"]
|
|
}
|