mirror of https://github.com/home-assistant/core
22 lines
520 B
JSON
22 lines
520 B
JSON
{
|
|
"domain": "sensorpush",
|
|
"name": "SensorPush",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "SensorPush*",
|
|
"connectable": false
|
|
},
|
|
{
|
|
"local_name": "s",
|
|
"connectable": false,
|
|
"service_uuid": "ef090000-11d6-42ba-93b8-9dd7ec090aa9"
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
|
"iot_class": "local_push",
|
|
"requirements": ["sensorpush-ble==1.7.1"]
|
|
}
|