From e7d6758b8db4db3e26469ed830aec4e761767972 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Mon, 22 Apr 2024 14:53:49 +0200 Subject: [PATCH] Add rust tapo link to README (#857) * Added https://github.com/mihai-dinculescu/tapo/ to the list of related projects. * Changed the `kasa.tapo` to `kasa.smart` --------- Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91235102..1da3f0c4 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ See [supported devices in our documentation](SUPPORTED.md) for more detailed inf ### TP-Link Tapo support This library has recently added a limited supported for devices that carry Tapo branding. -That support is currently limited to the cli. The package `kasa.tapo` is in flux and if you +That support is currently limited to the cli. The package `kasa.smart` is in flux and if you use it directly you should expect it could break in future releases until this statement is removed. Other TAPO libraries are: @@ -276,3 +276,4 @@ Other TAPO libraries are: * [Home Assistant integration](https://github.com/fishbigger/HomeAssistant-Tapo-P100-Control) * [plugp100, another tapo library](https://github.com/petretiandrea/plugp100) * [Home Assistant integration](https://github.com/petretiandrea/home-assistant-tapo-p100) +* [rust and python implementation](https://github.com/mihai-dinculescu/tapo/)