Compare commits
19 Commits
v1.0.1-sna
...
6257b65687
| Author | SHA1 | Date | |
|---|---|---|---|
| 6257b65687 | |||
|
|
cbf81d7438 | ||
|
|
33d8942e31 | ||
| 7d08d8f9a7 | |||
| ad77edd103 | |||
| f30176cb65 | |||
| e6817e174b | |||
| 22047ff6be | |||
| 7d809c2105 | |||
| e59c8cb195 | |||
| 5af8e7dc5d | |||
| 9053f95bc1 | |||
| fc383ff373 | |||
| 57abb51b13 | |||
| 24180c9345 | |||
| a83bae6d3e | |||
| b84a4cfd7f | |||
| 02e1656aab | |||
| 9b651f933e |
16
README.md
16
README.md
@@ -4,6 +4,7 @@
|
|||||||
⚠️ This is not an official implementation
|
⚠️ This is not an official implementation
|
||||||
[](https://github.com/custom-components/hacs)
|
[](https://github.com/custom-components/hacs)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
[](https://analytics.home-assistant.io/)
|
||||||
|
|
||||||
Official GeoRide website: https://georide.fr/
|
Official GeoRide website: https://georide.fr/
|
||||||
|
|
||||||
@@ -101,12 +102,21 @@ mode: single
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Option 1
|
### Option 1
|
||||||
- Just folow the integration config steps.
|
- Just follow the integration config steps.
|
||||||
|
|
||||||
### Option 2
|
### Option 2
|
||||||
- Add the folowing line in your configuration.yml
|
- Add the following line in your configuration.yml
|
||||||
```yaml
|
```yaml
|
||||||
georide:
|
georide:
|
||||||
email: <your-email>@exmple.com
|
email: <your-email>@exmple.com
|
||||||
password: <your-password>
|
password: <your-password>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Option 3 (manual)
|
||||||
|
- Download .zip git repo
|
||||||
|
- Go to /config (with File Editor or SSH)
|
||||||
|
- Unzip GeorideHA.zip
|
||||||
|
- Restart Home Assistant
|
||||||
|
- Go to "Integrations"
|
||||||
|
- If GeoRide not display, choose "add integration"
|
||||||
|
- Configure GeoRide add-on
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"issue_tracker": "https://github.com/ptimatth/GeorideHA/issues",
|
"issue_tracker": "https://github.com/ptimatth/GeorideHA/issues",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"georideapilib>=0.9.6",
|
"georideapilib>=1.0.0",
|
||||||
"pyjwt>=2.2.0"
|
"pyjwt>=2.2.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["ptimatth"],
|
"codeowners": ["ptimatth"],
|
||||||
"version": "1.0.0"
|
"version": "1.1.0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user