diff --git a/custom_components/mysmartbike_ble/manifest.json b/custom_components/mysmartbike_ble/manifest.json index 52e8df4..0f04cbe 100644 --- a/custom_components/mysmartbike_ble/manifest.json +++ b/custom_components/mysmartbike_ble/manifest.json @@ -1,6 +1,11 @@ { "domain": "mysmartbike_ble", "name": "MySmartBike BLE", + "bluetooth": [ + { + "local_name": "iWoc*" + } + ], "codeowners": [ "@renenulschde" ], @@ -16,10 +21,5 @@ "bleak>=0.21.0", "bleak-retry-connector>=3.1.0" ], - "version": "0.0.2", - "bluetooth": [ - { - "local_name": "iWoc*" - } - ] + "version": "0.0.2" } \ No newline at end of file