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