mirror of https://github.com/home-assistant/core
23 lines
560 B
JSON
23 lines
560 B
JSON
{
|
|
"domain": "sensorpro",
|
|
"name": "SensorPro",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_id": 43605,
|
|
"manufacturer_data_start": [1, 1, 164, 193],
|
|
"connectable": false
|
|
},
|
|
{
|
|
"manufacturer_id": 43605,
|
|
"manufacturer_data_start": [1, 5, 164, 193],
|
|
"connectable": false
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sensorpro",
|
|
"iot_class": "local_push",
|
|
"requirements": ["sensorpro-ble==0.5.3"]
|
|
}
|