mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
23 lines
552 B
JSON
23 lines
552 B
JSON
{
|
|
"domain": "sensorpush",
|
|
"name": "SensorPush",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": false,
|
|
"local_name": "SensorPush*"
|
|
},
|
|
{
|
|
"connectable": false,
|
|
"local_name": "s",
|
|
"service_uuid": "ef090000-11d6-42ba-93b8-9dd7ec090aa9"
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["sensorpush-ble==1.9.0"]
|
|
}
|