Easier first-time setup
The Bosch login step now accepts either the bare authorization code or the entire callback URL from the browser address bar:
- ✅ Paste `http://localhost:8888/callback?code=XYZ&state=abc\` → works
- ✅ Paste just `XYZ` → still works
No more hunting for the `code=` parameter and selecting only the value.
Bugfix
The setup description previously documented a redirect to `ebike-data://callback?code=...`, but the actual redirect URI in the integration is `http://localhost:8888/callback\`. Both English and German setup texts now match the actual redirect.
Installation
Update via HACS, restart Home Assistant. Existing installations are unaffected (only the first-time setup wording changes).