-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
WhyLev edited this page Jun 12, 2026
·
4 revisions
This page provides a step-by-step guide to installing, configuring, and updating the Bosch Indego custom integration in Home Assistant.
The recommended method for installing and maintaining this integration is through the Home Assistant Community Store (HACS).
- Open your Home Assistant frontend and navigate to HACS.
- Click on Integrations in the main panel.
- Click the three dots
...in the top right corner and select Custom repositories. - Paste the URL of your repository copy into the Repository field.
- Select Integration as the category and click Add.
- Search for
Bosch Indego Mowerinside HACS, click on it, and select Download. - Crucial: Restart your Home Assistant core instance to load the newly downloaded custom component files into the runtime memory buffer.
This integration features an easy-to-use configuration wizard built directly into the Home Assistant Integration UI.
- Navigate to Settings
$\rightarrow$ Devices & Services inside Home Assistant. - Click + Add Integration in the bottom right corner.
- Search for Bosch Indego Mower and select it.
- A configuration dialog prompt will appear requesting your account context:
- Username: The email address bound to your official Bosch Smart Gardening smartphone application profile.
- Password: The password associated with your Bosch ID context.
- Submit the credentials. The integration backend automatically establishes an asynchronous secure login sequence matching the reverse-engineered Android OpenID Connect browser flow (
POST /api/v1/authenticate?boschid). - Once the OAuth2 context yields a valid Bearer token array, the integration automatically probes for paired mowers (
GET /api/v1/users/{userId}) and downloads the asset parameters.
While the core installation runs completely through the integration UI, you can fine-tune global performance values and logging behaviors inside your local
This integration is an independent open‑source project and is not affiliated with or endorsed by Bosch.
| Maintainers | @whylev · @kimzeuner · @sander1988 |
|---|---|
| Source Code | GitHub Repository |
| Issue Tracker | Report a bug / Request a feature |
| Community Chat | Discord |
| License | MIT License |
💡 Tip: Found an error or missing detail? Open an issue on GitHub