Welcome to teslajsonpy’s documentation!¶
teslajsonpy¶
Async python module for Tesla API primarily for enabling Home-Assistant.
NOTE: Tesla has no official API; therefore, this library may stop working at any time without warning.
Credits¶
Originally inspired by this code. Also thanks to Tim Dorr for documenting the API. Additional repo scaffolding from simplisafe-python.
Contributing¶
Check for open features/bugs or initiate a discussion on one.
Install the dev environment:
make init.Enter the virtual environment:
pipenv shellCode your new feature or bug fix. Developers Reference
Write a test that covers your new functionality.
Update
README.mdwith any new documentation.Run tests and ensure 100% code coverage for your contribution:
make coverageEnsure you have no linting errors:
make lintEnsure you have typed your code correctly:
make typingAdd yourself to
AUTHORS.md.Submit a pull request!
License¶
Apache-2.0. By providing a contribution, you agree the contribution is licensed under Apache-2.0. This code is provided as-is with no warranty. Use at your own risk.