From bda2ce0d89d0d3ea4c561d54e3fa550324c15b71 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Fri, 19 Jan 2018 22:49:29 +0100 Subject: [PATCH] add hs210 Based on user report: https://community.home-assistant.io/t/tp-link-hs210-3-way-kit/39762/6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d714119..5a345b22 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Python Library to control TPLink smart plugs/switches and smart bulbs. * HS110 * Wall switches * HS200 + * HS210 * Bulbs * LB100 * LB110 @@ -222,4 +223,4 @@ Set up the environment and run the tests on demand. ```shell docker build . -t pyhs100 && docker run -v $(PWD)/pyHS100/tests:/opt/pyHS100/pyHS100/tests pyhs100 pytest -``` \ No newline at end of file +```