Update README.md

This commit is contained in:
Vincent Le Bourlot 2023-04-18 12:18:09 +02:00 committed by GitHub
parent 962381dc54
commit d620921be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,3 +36,14 @@ logger:
``` ```
This integration is heavily based on [VeSync_bpo](https://github.com/borpin/vesync-bpo) and [pyvesync](https://github.com/webdjoe/pyvesync) This integration is heavily based on [VeSync_bpo](https://github.com/borpin/vesync-bpo) and [pyvesync](https://github.com/webdjoe/pyvesync)
### Contributing
All contributions are very welcomed!
Please make sure to install `pre-commit` and run the pre-commit hook before submitting a PR.
```sh
pip install pre-commit
pre-commit install
pre-commit run --all-files
```