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
|
2024-01-08 08:06:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"local_name": "s",
|
|
|
|
"connectable": false,
|
|
|
|
"service_uuid": "ef090000-11d6-42ba-93b8-9dd7ec090aa9"
|
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",
|
2024-01-08 08:06:12 +00:00
|
|
|
"requirements": ["sensorpush-ble==1.6.2"]
|
2022-07-22 01:31:23 +00:00
|
|
|
}
|