From bde07d117fcae6170bdb4d8b375f138aae6fde60 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Tue, 7 Nov 2023 02:15:57 +0100 Subject: [PATCH] Add some more external links to README (#541) This updates the README to include more resources for developers intersted as well as some tapo-related links. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97525a28..f6574778 100644 --- a/README.md +++ b/README.md @@ -184,15 +184,24 @@ If your device is unlisted but working, please open a pull request to update the ## Resources -### Links +### Developer Resources -* [pyHS100](https://github.com/GadgetReactor/pyHS100) provides synchronous interface and is the unmaintained predecessor of this library. * [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector) * [TP-Link Smart Home Device Simulator](https://github.com/plasticrake/tplink-smarthome-simulator) * [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api) +* [Another unofficial API documentation](https://github.com/whitslack/kasa) +* [pyHS100](https://github.com/GadgetReactor/pyHS100) provides synchronous interface and is the unmaintained predecessor of this library. + + +### Library Users + +* [Home Assistant](https://www.home-assistant.io/integrations/tplink/) * [MQTT access to TP-Link devices, using python-kasa](https://github.com/flavio-fernandes/mqtt2kasa) ### TP-Link Tapo support +* [PyTapo - Python library for communication with Tapo Cameras](https://github.com/JurajNyiri/pytapo) * [Tapo P100 (Tapo P105/P100 plugs, Tapo L510E bulbs)](https://github.com/fishbigger/TapoP100) * [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)