2022-08-27 02:44:10 +00:00
|
|
|
{
|
|
|
|
"domain": "thermobeacon",
|
|
|
|
"name": "ThermoBeacon",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/thermobeacon",
|
|
|
|
"bluetooth": [
|
|
|
|
{
|
|
|
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
|
|
|
"manufacturer_id": 16,
|
|
|
|
"manufacturer_data_start": [0],
|
|
|
|
"connectable": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
|
|
|
"manufacturer_id": 17,
|
|
|
|
"manufacturer_data_start": [0],
|
|
|
|
"connectable": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
|
|
|
"manufacturer_id": 21,
|
|
|
|
"manufacturer_data_start": [0],
|
|
|
|
"connectable": false
|
|
|
|
},
|
2022-11-13 19:30:50 +00:00
|
|
|
{
|
|
|
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
|
|
|
"manufacturer_id": 24,
|
|
|
|
"manufacturer_data_start": [0],
|
|
|
|
"connectable": false
|
|
|
|
},
|
2022-12-30 01:09:37 +00:00
|
|
|
{
|
|
|
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
|
|
|
"manufacturer_id": 27,
|
|
|
|
"manufacturer_data_start": [0],
|
|
|
|
"connectable": false
|
|
|
|
},
|
2022-08-27 02:44:10 +00:00
|
|
|
{ "local_name": "ThermoBeacon", "connectable": false }
|
|
|
|
],
|
2022-12-30 01:09:37 +00:00
|
|
|
"requirements": ["thermobeacon-ble==0.6.0"],
|
2023-01-15 23:17:17 +00:00
|
|
|
"dependencies": ["bluetooth_adapters"],
|
2022-08-27 02:44:10 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2022-10-21 03:09:06 +00:00
|
|
|
"iot_class": "local_push"
|
2022-08-27 02:44:10 +00:00
|
|
|
}
|