Read-only Home Assistant integration for Veloretti e-bikes.
- UI login with the Veloretti magic email code flow.
- Vehicles appear as Home Assistant devices.
- GPS location through
device_tracker. - Dashboard-ready diagnostic model image entities, backed by the Veloretti model image when available.
- Odometer, VIN, vehicle status, SIM status, maintenance, warranty and firmware sensors.
- Configurable refresh interval from the integration options: 5, 10, 15 or 30 minutes.
- Open this repository in HACS with the button above.
- Install Veloretti.
- Restart Home Assistant.
- Go to Settings > Devices & services > Add integration and search for Veloretti.
Use the generated vehicle image entity in a picture entity card:
type: picture-entity
entity: image.your_veloretti_vehicle_image
show_name: false
show_state: falseThe downloaded image is also available from Home Assistant's local file server:
type: picture
image: /local/veloretti/<vehicle_uuid>.pngThe integration stores Veloretti tokens in the Home Assistant config entry so it can refresh the session. Tokens, account email and component serial numbers are not exposed as entity states or attributes. VIN is exposed intentionally as vehicle metadata and a diagnostic sensor.
