Files
2026-08-28 08:50:35 +02:00

28 lines
600 B
JSON

{
"domain": "mysmartbike_ble",
"name": "MySmartBike BLE",
"bluetooth": [
{
"local_name": "iWoc*"
},
{
"local_name": "HUS*"
}
],
"codeowners": [
"@renenulschde"
],
"config_flow": true,
"dependencies": [
"bluetooth_adapters"
],
"documentation": "https://github.com/renenulschde/ha-mysmartbike-ble",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/ReneNulschDE/ha-mysmartbike-ble/issues",
"requirements": [
"bleak>=0.21.0",
"bleak-retry-connector>=3.1.0"
],
"version": "1.1.0"
}