From 8b8362bfd190615d9fdf70fbe5ba3a1aa0103e4c Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 18 Apr 2023 12:19:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b8079f..7746092 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ # VeSync custom component for Home Assistant Custom component for Home Assistant to interact with smart devices via the VeSync platform. +This integration is heavily based on [VeSync_bpo](https://github.com/borpin/vesync-bpo) and relies on [pyvesync](https://github.com/webdjoe/pyvesync) under the hood. ## Installation @@ -35,8 +36,6 @@ logger: pyvesync: debug ``` -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!