parent
3c9f42aa2b
commit
9399c8e11a
@ -1,8 +1,33 @@
|
||||
# Georide Home assistant
|
||||
![Logo Georide](georide-logo.png)
|
||||
![Logo Georide](./georide-logo.png)
|
||||
|
||||
⚠️ this is not an official implementation
|
||||
⚠️ This is not an official implementation
|
||||
|
||||
Official georide website: https://georide.fr/
|
||||
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
|
||||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)
|
||||
|
||||
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
|
||||
```yaml
|
||||
georide:
|
||||
email: <your-email>@exmple.com
|
||||
password: <your-password>
|
||||
```
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "GeoRide",
|
||||
"step": {
|
||||
"georide_login": {
|
||||
"title": "Configuration de GeoRide",
|
||||
"description": "T'es un mortard ! V",
|
||||
"data": {
|
||||
"email": "email",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"faulty_credentials": "Connexion \u00e9chou\u00e9",
|
||||
"unkonwn": "Erreur inconue"
|
||||
},
|
||||
"abort": {
|
||||
"one_instance_allowed": "Seulement un instance est authoris\u00e9e"
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "\n\nConnexion r\u00e9ussie!"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue