17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"domain": "sensorpush",
|
|
"name": "SensorPush",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "SensorPush*",
|
|
"connectable": false
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
|
"iot_class": "local_push",
|
|
"requirements": ["sensorpush-ble==1.5.5"]
|
|
}
|