From d620921be8e459bf46826fb3dbe5f08acb23424a Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 18 Apr 2023 12:18:09 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e9b5fc9..9b8079f 100644 --- a/README.md +++ b/README.md @@ -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) + +### 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 +```