Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 744 Bytes

info.md

File metadata and controls

28 lines (24 loc) · 744 Bytes

{% if prerelease %}

NB!: This is a Beta version!

{% endif %}

Bosch Indego Mower

Screenshot

You can add this component to Home Assistant via configuration.yaml file.

Minimal configuration

#configuration.yaml
indego:
  name:     Indego
  username: !secret indego_username
  password: !secret indego_password
  id:       !secret indego_id

Add your credentials used with Bosch Mower app (mail address, password and mower serial number) to your secrets.yaml:

#secrets.yaml
indego_username: [email protected]
indego_password: mysecretpw
indego_id:       123456789