You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Matthieu DUVAL 18de851e4d
Merge pull request #2 from limeryls/fix_login
5 years ago
custom_components/georide Fix setting login credentials using config_flow and fix mistakes in spelling 5 years ago
.gitignore Prepare fist 'runnable' version 5 years ago
.travis.yml Prepare fist 'runnable' version 5 years ago
LICENSE First commit 5 years ago
README.md Add component to default HACS 5 years ago
georide-logo.png First commit 5 years ago
hacs.json Add login failed treatment and renew token 5 years ago

README.md

Georide Home assistant

Logo Georide

⚠️ This is not an official implementation hacs_badge License: GPL v3

Official GeoRide website: https://georide.fr/

Description

This component add some sensor for GeoRide Tracker

Options

Name Type Requirement default Description
email string Required GeoRide email
password string Required GeoRide password

Installation

Option 1

  • Just folow the integration config steps.

Option 2

  • Add the folowing line in your configuration.yml
    georide:
        email: <your-email>@exmple.com
        password: <your-password>