2022-07-22 01:31:23 +00:00
|
|
|
{
|
|
|
|
"domain": "sensorpush",
|
|
|
|
"name": "SensorPush",
|
|
|
|
"bluetooth": [
|
|
|
|
{
|
2022-08-22 18:02:26 +00:00
|
|
|
"local_name": "SensorPush*",
|
|
|
|
"connectable": false
|
2022-07-22 01:31:23 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"codeowners": ["@bdraco"],
|
2023-02-08 19:22:30 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["bluetooth_adapters"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
|
|
|
"iot_class": "local_push",
|
|
|
|
"requirements": ["sensorpush-ble==1.5.5"]
|
2022-07-22 01:31:23 +00:00
|
|
|
}
|