mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 04:22:09 +01:00
* Bump sensorpush-ble to 1.5.4 changelog: https://github.com/Bluetooth-Devices/sensorpush-ble/compare/v1.5.2..v1.5.4 same fix as #85432 but for sensorpush * bump again to fix parser with passive scans
17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"domain": "sensorpush",
|
|
"name": "SensorPush",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sensorpush",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "SensorPush*",
|
|
"connectable": false
|
|
}
|
|
],
|
|
"requirements": ["sensorpush-ble==1.5.5"],
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"codeowners": ["@bdraco"],
|
|
"iot_class": "local_push"
|
|
}
|