diff --git a/custom_components/mysmartbike_ble/manifest.json b/custom_components/mysmartbike_ble/manifest.json index a49ef03..2b1c206 100644 --- a/custom_components/mysmartbike_ble/manifest.json +++ b/custom_components/mysmartbike_ble/manifest.json @@ -1,17 +1,24 @@ { "domain": "mysmartbike_ble", "name": "MySmartBike BLE", - "codeowners": ["@renenulschde"], + "codeowners": [ + "@renenulschde" + ], "config_flow": true, + "dependencies": [ + "bluetooth_adapters" + ], "documentation": "https://github.com/renenulschde/ha-mysmartbike-ble", "integration_type": "device", "iot_class": "local_polling", - "requirements": ["bleak>=0.21.0", "bleak-retry-connector>=3.1.0"], - "version": "0.0.0", - "homeassistant": "2024.6.0", + "requirements": [ + "bleak>=0.21.0", + "bleak-retry-connector>=3.1.0" + ], + "version": "0.0.2", "bluetooth": [ { "local_name": "iWoc*" } ] -} +} \ No newline at end of file