Added mychevy docs#4410
Merged
Merged
Conversation
6 tasks
frenck
requested changes
Jan 14, 2018
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| logo: tesla.png |
|
|
||
| The `MyChevy` component communicates with the | ||
| [my.chevrolet](https://my.chevrolet.com) website using selenium to log | ||
| in as a your user, and screen scrape the data provided. GM does not |
Member
There was a problem hiding this comment.
in as a your user -> in as your user
| [my.chevrolet](https://my.chevrolet.com) website using selenium to log | ||
| in as a your user, and screen scrape the data provided. GM does not | ||
| make it easy to sign up for any official development program, so this | ||
| provides a work around to get access to your data. |
| password: password | ||
| ``` | ||
|
|
||
| Configuration variables: |
Member
There was a problem hiding this comment.
Please use the configuration tags, for more information please see:
https://home-assistant.io/developers/documentation/create_page/#configuration
| F). One of the provided sensors is a status sensor which indicates if | ||
| we got connectivity with the car on the last polling cycle or not. | ||
|
|
||
| The "API" for this is written by webscraping. As such, it only |
|
|
||
| The "API" for this is written by webscraping. As such, it only | ||
| currently is known to work if you have a Chevy Bolt EV, and only 1 | ||
| chevy car connected to OnStar. Patches for extended support should go |
| currently is known to work if you have a Chevy Bolt EV, and only 1 | ||
| chevy car connected to OnStar. Patches for extended support should go | ||
| to the https://github.com/sdague/mychevy project first, then | ||
| home-assistant can be extended. |
Member
There was a problem hiding this comment.
home-assistant -> Home Assistant
Member
|
@sdague Could you please take a look at my review comments? 👍 |
Contributor
Author
|
ACK. Thank you for the review and catching those issues. |
frenck
requested changes
Jan 15, 2018
| footer: true | ||
| logo: chevy.png | ||
| ha_category: Hub | ||
| ha_release: 0.61 |
Member
There was a problem hiding this comment.
0.61 is already shipped. Please update this to 0.62
frenck
approved these changes
Jan 16, 2018
Member
|
Can be merged as soon as the build passes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Pull request in home-assistant (if applicable): home-assistant/core#11409
Checklist:
current. New documentation for platforms/components and features should go tonext.