mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
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"]
|
|
}
|