Compare commits

...

2 Commits

Author SHA1 Message Date
Matthieu DUVAL eea4e1bb6b update to vesion 1.1.1
2 months ago
Matthieu DUVAL 43b578cd98 Merge pull request #9 from Sigri44/master
2 months ago

@ -102,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

@ -11,5 +11,5 @@
], ],
"dependencies": [], "dependencies": [],
"codeowners": ["ptimatth"], "codeowners": ["ptimatth"],
"version": "1.1.0" "version": "1.1.1"
} }
Loading…
Cancel
Save