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.
Originally inspired by this code. Also thanks to Tim Dorr for documenting the API. Additional repo scaffolding from simplisafe-python.
- Check for open features/bugs or initiate a discussion on one.
- Fork the repository.
- Install the dev environment:
make init
. - Enter the virtual environment:
poetry shell
- Code your new feature or bug fix. Developers Reference
- Write a test that covers your new functionality.
- Update
README.md
with any new documentation. - Run tests and ensure 100% code coverage for your contribution:
make coverage
- Ensure you have no linting errors:
make lint
- Ensure you have typed your code correctly:
make typing
- Add yourself to
AUTHORS.md
. - Submit a pull request!
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.